Skip to content

Commit

Permalink
Merge pull request #327 from chrovis/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
athos authored Nov 18, 2024
2 parents fb6193b + 65e192d commit b1748fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
lein cloverage --codecov
- name: Coverage Graph
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
files: ./target/coverage/codecov.json
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b1748fd

Please sign in to comment.