Skip to content

Commit

Permalink
Merge pull request #53 from theparanoids/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-3.1.2

Bump codecov/codecov-action from 3.1.1 to 3.1.2
  • Loading branch information
maditya authored Apr 13, 2023
2 parents 97a16c4 + 703b5c4 commit b711329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: go test -covermode atomic -coverprofile coverage.txt ./...

- name: Upload Coverage Report
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2
with:
file: ./coverage.txt

Expand Down

0 comments on commit b711329

Please sign in to comment.