Skip to content

Commit

Permalink
Fixed Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmelnyk committed Nov 19, 2023
1 parent 74c1c8b commit ab91783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yaml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Test
run: go test -cover -coverprofile=coverage -covermode=atomic ./...
- name: Upload code coverage
if: matrix.platform == 'ubuntu-latest' && matrix.goversion=='stable'
uses: codecov/codecov-action@v1
if: matrix.platform == 'ubuntu-latest' && matrix.go-version=='stable'
uses: codecov/codecov-action@v3
with:
file: ./coverage

0 comments on commit ab91783

Please sign in to comment.