Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viatoriche authored Oct 18, 2024
1 parent 7725750 commit 5d2e982
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Test
run: make test

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
coverage-file: cover.out
continue-on-error: true
files: coverage.out
flags: unittests
fail_ci_if_error: false

0 comments on commit 5d2e982

Please sign in to comment.