Browse Source

fix codecov / github api limits

pull/1301/head
aler9 3 years ago
parent
commit
7fef5500cb
  1. 4
      .github/workflows/test.yml

4
.github/workflows/test.yml

@ -15,7 +15,9 @@ jobs: @@ -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

Loading…
Cancel
Save