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.
2 parents f6e10a0 + 977e104 commit 57c07e5Copy full SHA for 57c07e5
.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 }}
pyproject.toml
@@ -73,7 +73,6 @@ plotting = [
73
tests = [
74
"pytest",
75
"pytest-cov",
76
- "codecov",
77
"so3",
78
]
79
0 commit comments