Skip to content

Commit

Permalink
Merge pull request #213 from astro-informatics/mmg/update-codecov-action
Browse files Browse the repository at this point in the history
Use codecov-action in place of manual upload
  • Loading branch information
matt-graham authored Nov 11, 2024
2 parents f6e10a0 + 977e104 commit 57c07e5
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 @@ -32,5 +32,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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ plotting = [
tests = [
"pytest",
"pytest-cov",
"codecov",
"so3",
]

Expand Down

0 comments on commit 57c07e5

Please sign in to comment.