Skip to content

Commit

Permalink
Use codecov-action in place of manual upload
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Sep 16, 2024
1 parent 2c3d9e5 commit f37eaee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
- name: Run tests
run: |
pytest --cov-report term --cov=s2fft --cov-config=.coveragerc
codecov --token 298dc7ee-bb9f-4221-b31f-3576cc6cb702
pytest --cov-report=xml --cov=s2fft --cov-config=.coveragerc
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 0 additions & 1 deletion requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Testing
pytest
pytest-cov
codecov

# Benchmarking for Wigner transforms
so3

0 comments on commit f37eaee

Please sign in to comment.