Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.1 to 4.1.0
  • Loading branch information
maditya authored Mar 26, 2024
2 parents 7bf4db7 + b722b22 commit f3f05db
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@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
file: ./coverage.txt

Expand Down

0 comments on commit f3f05db

Please sign in to comment.