Skip to content

Commit

Permalink
Merge pull request #133 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 c76cb31 + aed0c89 commit c2f6ec9
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 c2f6ec9

Please sign in to comment.