Skip to content

Commit

Permalink
Get Codecov to upload again
Browse files Browse the repository at this point in the history
The Codecov token was missing as a secret. Added now.
  • Loading branch information
eduardo-rodrigues committed Aug 9, 2024
1 parent eb939f0 commit 70a0e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:

- name: Test coverage with Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Test docstrings with doctest
if: "runner.os == 'Linux' && matrix.python-version == 3.12"
Expand Down

0 comments on commit 70a0e8c

Please sign in to comment.