Skip to content

Commit

Permalink
fixing coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyk authored Sep 25, 2024
1 parent 1585a7f commit 14e268c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ jobs:

- name: Test
run: go test -v -coverprofile=coverage.txt ./...


- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 14e268c

Please sign in to comment.