Skip to content

Commit

Permalink
Merge pull request #35 from teleivo/dependabot-github_actions-codecov…
Browse files Browse the repository at this point in the history
…-codecov-action-4

github-actions(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
teleivo authored Sep 15, 2023
2 parents 7b21e9a + d29d329 commit 67bd9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Test & generate coverage report
run: go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt

0 comments on commit 67bd9c2

Please sign in to comment.