Skip to content

Commit

Permalink
Merge pull request #2 from ManuelHu/patch-1
Browse files Browse the repository at this point in the history
add codecov token
  • Loading branch information
gipert authored Feb 6, 2025
2 parents d4e1494 + 2a955f2 commit bd5b920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
python -m pytest --cov=revertex --cov-report=xml
- name: Upload Coverage to codecov.io
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-docs:
name: Build documentation
Expand Down

0 comments on commit bd5b920

Please sign in to comment.