Skip to content

Commit

Permalink
CI: Add Codecov Token
Browse files Browse the repository at this point in the history
  • Loading branch information
juliotux committed May 11, 2024
1 parent b3679e7 commit 7717ce7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,10 @@ jobs:
pytest --pyargs ./tests ./docs --remote-data --cov astropop --cov-config=./pyproject.toml
coverage xml -o ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Coveralls
shell: bash -l {0}
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 7717ce7

Please sign in to comment.