Closed jomey closed 2 months ago
Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.
Thanks for integrating Codecov - We've got you covered :open_umbrella:
Would there be wisdom in pinning to a major version for pytest and pytest-cov in case there are breaking changes?
Would there be wisdom in pinning to a major version for pytest and pytest-cov in case there are breaking changes?
Open to suggestions here. I am less concerned with test frameworks as we could also pin them once they really break on us. I can be convinced here to pin them regardless
Would there be wisdom in pinning to a major version for pytest and pytest-cov in case there are breaking changes?
Open to suggestions here. I am less concerned with test frameworks as we could also pin them once they really break on us. I can be convinced here to pin them regardless
Yeah let's just leave it and see what happens.
Do you know why the 'Actions' aren't linking under 'Checks' in the PR?
Do you know why the 'Actions' aren't linking under 'Checks' in the PR?
I done my last commit with [skip ci] since I just added the CodeCov badge. Hence it only run the docs for that one. If you look at the :heavy_check_mark: of my first commit, you will see that all actions were run on that one.
Change the workflow to get test coverage and use the CodeCov service. This also separates the step into a dedicated CI action and independent of the Python 3.9 test runs. Upgrading the pytest and pytest-cov package to always use the latest.