1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-09-27 14:10:05 +00:00

fix codecov

This commit is contained in:
Luro02 2019-09-27 15:17:42 +02:00
parent dee36deb1c
commit e7ab10747d

View file

@ -79,7 +79,7 @@ jobs:
# command: clippy # command: clippy
# # args: -- -D warnings # # args: -- -D warnings
# #
lint: codecov:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
@ -99,3 +99,4 @@ jobs:
uses: codecov/codecov-action@v1.0.2 uses: codecov/codecov-action@v1.0.2
with: with:
token: 8bedf116-6403-4c64-b3f6-3dcb7aa73848 token: 8bedf116-6403-4c64-b3f6-3dcb7aa73848
file: ${{ steps.coverage.outputs.report }}