Skip to content

Commit

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

0 comments on commit f357cd7

Please sign in to comment.