Skip to content

Commit

Permalink
ci: update codecov GitHub action to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 11, 2024
1 parent 440d87b commit 64f1ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
set -e
sbt +clean coverage +test && sbt coverageReport coverageAggregate && (find $HOME/.sbt -name "*.lock" | xargs rm) && (find $HOME/.ivy2 -name "ivydata-*.properties" | xargs rm)
- name: Code Coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v5.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests # optional
Expand Down

0 comments on commit 64f1ec1

Please sign in to comment.