Skip to content

Commit

Permalink
chore: remove codecov steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher committed Sep 12, 2024
1 parent f289531 commit 37a8f25
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,3 @@ jobs:
go-version: 1.22
- name: 🧹 Lint
uses: golangci/golangci-lint-action@v4
- name: Install dependencies
run: go install gotest.tools/gotestsum@latest
- name: 🧪 Test
run: gotestsum --junitfile junit.xml --format testdox -- -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 37a8f25

Please sign in to comment.