thomasrockhu-codecov
released this
09 Jan 17:41
·
8 commits
to main
since this release
Breaking Changes
In able to handle larger sets of labels, the Action will now be saving down test names down to a txt
file as opposed to a variable. Please use
- name: Run tests and collect coverage
run: |
cat codecov_ats/tests_to_run.txt | xargs pytest --cov
to run tests (or similar) as opposed to the environment variable CODECOV_ATS_TESTS
What's Changed
- fix: use proper args by @thomasrockhu-codecov in #28
- chore(ci): try to bashcov by @thomasrockhu-codecov in #29
- fix: when running all tests, dont pass in test names by @thomasrockhu-codecov in #33
- redirect error messages to STDERR by @giovanni-guidini in #31
- chore: fail on error by default by @giovanni-guidini in #34
- change output of action by @giovanni-guidini in #32
New Contributors
- @giovanni-guidini made their first contribution in #31
Full Changelog: v0.2.5...v0.3.0