Skip to content

Commit

Permalink
Merge pull request #12 from madflojo/cov2
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo authored May 19, 2024
2 parents c17de65 + 959dc1b commit d6cbade
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
go vet -v ./...
go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload Code Coverage
if: runner.os == 'Linux'
run: bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit d6cbade

Please sign in to comment.