Skip to content

Commit

Permalink
add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Feb 6, 2025
1 parent c76cb31 commit aed0c89
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 @@ -57,6 +57,8 @@ jobs:
python -m pytest --cov=lgdo --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 aed0c89

Please sign in to comment.