Skip to content

Commit

Permalink
Update Codecov action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NDoering99 committed Jul 31, 2024
1 parent 6349da9 commit 2cc558c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
pytest mdpath/tests/
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

build_macos:
runs-on: macos-latest
Expand Down

0 comments on commit 2cc558c

Please sign in to comment.