Skip to content

Commit

Permalink
Update code coverage/coverall GitHub actions to v1.1.1 and v2.3.2
Browse files Browse the repository at this point in the history
[ci skip]

Signed-off-by: Ivan Kozlovic <[email protected]>
  • Loading branch information
kozlovic committed Oct 16, 2024
1 parent a39bcf9 commit d9641a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- name: Convert coverage.out to coverage.lcov
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
# Commit 69ef3d59a24cc6e062516a73d8be123e85b15cc0 = tag v1.1.0
uses: jandelgado/gcov2lcov-action@69ef3d59a24cc6e062516a73d8be123e85b15cc0
# Commit 4e1989767862652e6ca8d3e2e61aabe6d43be28b = tag v1.1.1
uses: jandelgado/gcov2lcov-action@4e1989767862652e6ca8d3e2e61aabe6d43be28b
with:
infile: acc.out
working-directory: src/github.com/nats-io/nats-server

- name: Coveralls
# Use commit hash here to avoid a re-tagging attack, as this is a third-party action
# Commit 3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 = tag v2
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
# Commit 43f11c4e058174f808ee9cd63701b6c42fe3f5e3 = tag v2.3.2
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3
with:
github-token: ${{ secrets.github_token }}
file: src/github.com/nats-io/nats-server/coverage.lcov

0 comments on commit d9641a4

Please sign in to comment.