Skip to content

Commit

Permalink
Update unit-test.yaml (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekenstam committed Jun 19, 2024
1 parent a0f973e commit 6298220
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
run: |
go test -coverprofile ./coverage.txt -v ./...
- name: Upload to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6298220

Please sign in to comment.