Skip to content

Commit

Permalink
cc 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwynto committed Jul 21, 2023
1 parent 8e09693 commit c3ebf6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...

- name: Codecov
uses: codecov/codecov-action@v3.1.4
run: go test -coverprofile="coverage.txt" -v ./...

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit c3ebf6f

Please sign in to comment.