mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix: codecov v5 (#5715)
This commit is contained in:
parent
6b5cc5f8d9
commit
50b51b2351
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -101,6 +101,6 @@ jobs:
|
||||||
uses: codecov/codecov-action@v5.0.0
|
uses: codecov/codecov-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
plugin: gcov
|
plugins: gcov
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in a new issue