1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-06-17 20:30:33 +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
# # args: -- -D warnings
#
lint:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
@ -99,3 +99,4 @@ jobs:
uses: codecov/codecov-action@v1.0.2
with:
token: 8bedf116-6403-4c64-b3f6-3dcb7aa73848
file: ${{ steps.coverage.outputs.report }}