We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e26be commit 83fee85Copy full SHA for 83fee85
.github/workflows/ci.yml
@@ -28,4 +28,6 @@ jobs:
28
run: |
29
pytest tests/ --cov=tarmac --cov-report=xml
30
- name: Upload coverage to Codecov
31
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v3
32
+ with:
33
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments