Skip to content

Commit

Permalink
Merge pull request #527 from kevin-lee/update-gh-actions
Browse files Browse the repository at this point in the history
GitHub Actions: Add separate test coverage build (`coverage.yml`) with Codecov
  • Loading branch information
kevin-lee authored Apr 15, 2024
2 parents 2bd0b39 + be903da commit 3e42350
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
- if: ${{ matrix.scala.report == 'report' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3e42350

Please sign in to comment.