Skip to content

Commit

Permalink
Merge pull request #401 from tkrs/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-5
  • Loading branch information
tkrs authored Nov 16, 2024
2 parents db49a4f + 2e8af4c commit 4808b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: "sbt"
- run: sbt ++${{ matrix.scala }} coverage test coverageReport
- run: sbt ++${{ matrix.scala }} examples/run
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
Expand Down

0 comments on commit 4808b6c

Please sign in to comment.