Skip to content

Commit

Permalink
test: Drop verbosity from codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Feb 2, 2024
1 parent 4dd4b5b commit ac33a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
go test --short -v --covermode=atomic --coverprofile=coverage.out --coverpkg=./... ./...
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.out
name: ${{ github.event.repository.name }}
verbose: true
token: ${{ secrets.CI_CODECOV_TOKEN }}

editorconfig:
name: Run editorconfig checker
Expand Down

0 comments on commit ac33a3c

Please sign in to comment.