Skip to content

Commit

Permalink
👷 add CODECOV_TOKEN, corresponding to codecov@v4 breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shion1305 committed Feb 29, 2024
1 parent 6d34459 commit c63eee1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:
FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000
run: go test -p=1 -race -coverprofile=coverage.txt -covermode=atomic ./... #gosetup
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit c63eee1

Please sign in to comment.