codecov/ATS

RUN ATS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
containercontainer to run inyes
static_tokenCodecov static tokenyes
codecov_tokenCodecov upload tokenyes
output_pathoutput path for test file in container, must be a fully qualified pathno/tmp
local_output_pathwhere to copy the files out of the containerno.
install_cliWhether to install the Codecov CLI. Set to false if you have previously installed the CLI.notrue
main_branchThe main branch to compare againstnoorigin/main
run_testsWhether to run the tests with the given command in the container. If set to true, this will run the test command and upload to Codecovnofalse
test_commandCommand to run in container to execute tests. Required when run_tests is true. This should be `pytest` with the desired args at this point.no
codecov_urlURL of Codecovnohttps://api.codecov.io
codecov_cli_versionVersion of CLI to useno0.3.8
codecov_cli_upload_argsList of args to pass to cli on upload. This is kind of a hack pending a more robust solutionno""
codecov_cli_yml_pathPath to codecov cli yml. Currently expected to include flag as well --codecov-yml-path=codecov_cli.yml for ex.no""
namedescription
test_skip_listthe tests to skip
runner_optionsthe runner options
test_listthe tests to run