We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecfccf commit 9e874c0Copy full SHA for 9e874c0
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
pytest --cov=stralg --cov-report=xml
31
32
- name: Upload coverage reports to Codecov
33
- uses: codecov/codecov-action@v5
34
- with:
35
- token: ${{ secrets.CODECOV_TOKEN }}
36
- slug: mailund/stralg-in-python
+ uses: codecov/codecov-action@v5
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ slug: mailund/stralg-in-python
0 commit comments