Skip to content

Commit

Permalink
Merge pull request #161 from theparanoids/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.3.0

Bump codecov/codecov-action from 4.1.0 to 4.3.0
  • Loading branch information
maditya authored Apr 10, 2024
2 parents deea346 + c59c94a commit 47008e1
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 @@ -64,7 +64,7 @@ jobs:
run: go test -covermode atomic -coverprofile coverage.txt ./...

- name: Upload Coverage Report
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
with:
file: ./coverage.txt

Expand Down

0 comments on commit 47008e1

Please sign in to comment.