Skip to content

Commit

Permalink
Merge pull request #65 from bugrakocabay/main
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
bugrakocabay authored Feb 1, 2024
2 parents 579eda3 + efc53f7 commit 09efeee
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 @@ -23,6 +23,6 @@ jobs:
run: env "PATH=$PATH" "GOROOT=$GOROOT" go test ./... -race -coverprofile=coverage.txt -covermode=atomic

- name: Codecov
uses: codecov/codecov-action@v3.1.6
uses: codecov/codecov-action@v4.0.0
with:
files: ./coverage.txt

0 comments on commit 09efeee

Please sign in to comment.