Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0
  • Loading branch information
bugrakocabay authored Feb 27, 2024
2 parents ad26f64 + e52211f commit 0cecde6
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/codecov-action@v4.0.2
uses: codecov/codecov-action@v4.1.0
with:
files: ./coverage.txt

0 comments on commit 0cecde6

Please sign in to comment.