We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90253b7 commit e564ce0Copy full SHA for e564ce0
.github/workflows/pytest-cov.yml
@@ -35,4 +35,6 @@ jobs:
35
- name: Install dependencies and library
36
run: poetry install
37
- name: Run tests with coverage
38
- run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
+ run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term --cov-report=coverage.out
39
+ - name: Upload coverage to Codecov
40
+ uses: codecov/codecov-action@v5
0 commit comments