Skip to content

Commit

Permalink
fix codecov / github api limits
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Nov 29, 2022
1 parent 7ed0a87 commit 7fef550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

- run: make test

- run: bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

test32:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7fef550

Please sign in to comment.