denissizuy/Codecov

GitHub Action that uploads coverage reports for your repository to codecov.io

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenRepository upload token - get it from codecov.io. Required only for private repositoriesno
filePath to coverage file to uploadno
filesComma-separated list of files to uploadno
directoryDirectory to search for coverage reports.no
flagsFlag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)no
full_reportSpecify the path of a full Codecov report to re-uploadno
commit_parentThe commit SHA of the parent for which you are uploading coverage. If not present, the parent will be determined using the API of your repository provider. When using the repository providers API, the parent is determined via finding the closest ancestor to the commit.no
dry_runDon't upload files to Codecovno
env_varsEnvironment variables to tag the upload with (e.g. PYTHON | OS,PYTHON)no
fail_ci_if_errorSpecify whether or not CI build should fail if Codecov runs into an error during uploadno
functionalitiesComma-separated list, see the README for options and their usage. Options include `network`, `fixes`, `search`.no
gcovRun with gcov supportno
gcov_argsExtra arguments to pass to gcovno
gcov_executablegcov executable to run. Defaults to gcovno
gcov_ignorePaths to ignore during gcov gatheringno
gcov_includePaths to include during gcov gatheringno
move_coverage_to_trashMove discovered coverage reports to the trashno
nameUser defined upload name. Visible in Codecov UIno
network_filterSpecify a filter on the files listed in the network section of the Codecov report. Useful for upload-specific path fixingno
network_prefixSpecify a prefix on files listed in the network section of the Codecov report. Useful to help resolve path fixingno
osOverride the assumed OS. Options are aarch64 | alpine | linux | macos | windows.no
override_branchSpecify the branch nameno
override_buildSpecify the build numberno
override_commitSpecify the commit SHAno
override_prSpecify the pull request numberno
override_tagSpecify the git tagno
root_dirUsed when not in git/hg project to identify project root directoryno
slugSpecify the slug manually (Enterprise use)no
swiftRun with swift coverage supportno
swift_projectSpecify the swift project to speed up coverage conversionno
upstream_proxyThe upstream http proxy server to connect throughno
urlChange the upload host (Enterprise use)no
verboseSpecify whether the Codecov output should be verboseno
versionSpecify which version of the Codecov Uploader should be used. Defaults to `latest`no
working-directoryDirectory in which to execute codecov.shno
xcodeRun with xcode supportno
xcode_archive_pathSpecify the xcode archive path. Likely specified as the -resultBundlePath and should end in .xcresultno
xtra_argsAdd additional uploader args that may be missing in the Actionno

no outputs