Skip to content

Commit

Permalink
Add codecov secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Feb 20, 2024
1 parent 1fc2087 commit 5840f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# This is necessary until proper error reporting is implemented by Modflow
run: |
pytest -vs --cov=xmipy --cov-report=xml tests/
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5840f9c

Please sign in to comment.