mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-24 20:11:56 -08:00
fix codecov / github api limits
This commit is contained in:
parent
7ed0a873f5
commit
7fef5500cb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue