We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dec524 commit e33b5cfCopy full SHA for e33b5cf
.github/workflows/test.yaml
@@ -65,7 +65,6 @@ jobs:
65
run: |
66
pytest --cov=./ --cov-report=xml
67
- name: Upload code coverage to Codecov
68
- uses: actions/checkout@main
69
uses: codecov/codecov-action@v5
70
with:
71
files: ./coverage.xml
0 commit comments