Skip to content

Commit

Permalink
Fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed May 5, 2024
1 parent 563c47f commit 032078b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ jobs:
with:
go-version: '>=1.20'
- run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out

0 comments on commit 032078b

Please sign in to comment.