Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2
  • Loading branch information
bugrakocabay authored Feb 26, 2024
2 parents cffe0f1 + 715475a commit ad26f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic

- name: Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
files: ./coverage.txt

0 comments on commit ad26f64

Please sign in to comment.