Releases: codecov/codecov-ats
Releases · codecov/codecov-ats
v0.3.0
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
v0.2.5
v0.2.4
v0.2.3
What's Changed
- fix: add github_action_path by @thomasrockhu-codecov in #23
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- fix: create a dist dir to run from by @thomasrockhu-codecov in #20
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix the typo of CODECOV_ATS_TESTS_TO_RUN by @seisman in #16
- feat: move to composite action by @thomasrockhu-codecov in #17
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the first production release of the ATS action. Due to breaking changes in the CLI, it requires CLI version 0.4.0+
What's Changed
- fix: remove restriction and see what fails by @thomasrockhu-codecov in #15
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What's Changed
- fix: bump all deps by @thomasrockhu-codecov in #12
- [DNM]: fix: forcing 0.3.9 by @thomasrockhu-codecov in #13
- chore(release): 0.0.4 by @thomasrockhu-codecov in #14
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- fix: add usage instructions by @thomasrockhu-codecov in #7
- feat: add to macos by @thomasrockhu-codecov in #8
- fix: smarter filtering for tests to run by @thomasrockhu-codecov in #10
- chore(release): 0.0.3 by @thomasrockhu-codecov in #11
Full Changelog: v0.0.2...v0.0.3