Skip to content

Commit

Permalink
Update go-coverage-report version
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 14, 2024
1 parent fa1cecf commit d37f6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: ^1.22

- name: Test
run: go test -v -cover -coverprofile=coverage.txt -covermode=count -mod=readonly ./...
run: go test -cover -coverprofile=coverage.txt -mod=readonly ./...

- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
needs: unit_tests
steps:
- uses: fgrosse/go-coverage-report@751163467e865a37a50cc964f6397a7cb469287b
- uses: fgrosse/go-coverage-report@327c59632cfef7b5008f7c460c4ddcfb56a2a24f
with:
coverage-artifact-name: "code-coverage"
coverage-file-name: "coverage.txt"
3 changes: 0 additions & 3 deletions vendor/foo.go

This file was deleted.

0 comments on commit d37f6f8

Please sign in to comment.