Skip to content

Commit

Permalink
feat: try to use codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
gongna-au committed Sep 24, 2024
1 parent b98254d commit 4eee568
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ jobs:
- name: Run tests and generate coverage report
run: |
go test -coverprofile=coverage.out -gcflags="all=-l -N" $(go list ./...) -short
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: coverage.out
- uses: codecov/codecov-action@v3

0 comments on commit 4eee568

Please sign in to comment.