Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sanaz/optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed May 16, 2024
2 parents 37f838f + 2c0563a commit 4462e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
go test -v -coverpkg=./... -covermode=atomic -coverprofile coverage.txt ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 4462e4e

Please sign in to comment.