Attempt to fix publish to Codecov.
This commit is contained in:
parent
6a1ad3bc7b
commit
9e812fadfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
|
@ -29,6 +29,6 @@ jobs:
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
name: Publish coverage to Codecov
|
name: Publish coverage to Codecov
|
||||||
with:
|
with:
|
||||||
files: ./coverage/lcov.info
|
files: ${{env.working-directory}}/coverage/lcov.info
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue