Skip to content

Commit

Permalink
ci: add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Feb 1, 2024
1 parent 70caa0b commit 2c68cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: make test

- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

acceptance:
strategy:
Expand All @@ -51,6 +53,8 @@ jobs:
- run: make testacc

- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

example:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2c68cbf

Please sign in to comment.