mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-21 14:04:10 +01:00
Use file filter for scoverage upload (#1492)
This commit is contained in:
parent
625e996ae0
commit
ab4831fe61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
directory: eclair-core
|
file: ./eclair-core/target/scoverage.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue