Skip to content

Commit

Permalink
fixed codecov, fixes #633
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Apr 26, 2024
1 parent d614343 commit d080e98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
git checkout $GITHUB_HEAD_REF
git commit -am "autoformat: isort & black" && git push || true
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit d080e98

Please sign in to comment.