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 da8ef18Copy full SHA for da8ef18
.github/workflows/pytest-cov.yml
@@ -36,3 +36,5 @@ jobs:
36
run: poetry install
37
- name: Run tests with coverage
38
run: poetry run pytest --cov=${{ matrix.lib }} --cov-report=term
39
+ - name: Upload coverage to Codecov
40
+ uses: codecov/codecov-action@v5
0 commit comments