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 11f76bf commit c322be7Copy full SHA for c322be7
.github/workflows/tests.yml
@@ -32,5 +32,9 @@ jobs:
32
33
- name: Run tests
34
run: |
35
- pytest --cov-report term --cov=s2fft --cov-config=.coveragerc
36
- codecov --token 298dc7ee-bb9f-4221-b31f-3576cc6cb702
+ pytest --cov-report=xml --cov=s2fft --cov-config=.coveragerc
+
37
+ - name: Upload coverage reports to Codecov
38
+ uses: codecov/codecov-action@v3
39
+ env:
40
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments