Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@tlambert03 tlambert03 released this 06 May 19:03
· 5 commits to main since this release
c993a64

What's Changed

This mostly changes the way that coverage is handled. We no longer assume that the user has pytest-cov installed, and pytest-cov-flags have been removed. Coverage is now collected directly using coverage.py. You may set coverage-upload: artifact and then use upload-coverage.yml to combine all coverage into a single upload step

Full Changelog: v1.5...v2.0