Skip to content

Commit

Permalink
ci: enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Sep 6, 2024
1 parent d8affef commit 47f6353
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
uses: actions/setup-go@v5

- name: Run tests
run: go test
run: go test -coverprofile=coverage.txt

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

- name: Launch golangci-lint
uses: golangci/[email protected]

0 comments on commit 47f6353

Please sign in to comment.