Skip to content
Compare
Choose a tag to compare
@thomasrockhu-codecov thomasrockhu-codecov released this 09 Jan 17:41
· 8 commits to main since this release
v0.3.0
d5a8e2d

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

New Contributors

Full Changelog: v0.2.5...v0.3.0