mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-20 13:34:35 +01:00
Revive codecov.yml (#1493)
This commit is contained in:
parent
e6909cfcb5
commit
a3dd365c67
2 changed files with 11 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -34,5 +34,3 @@ jobs:
|
|||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./eclair-core/target/scoverage.xml
|
||||
|
|
11
codecov.yml
Normal file
11
codecov.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
coverage:
|
||||
status:
|
||||
project: off
|
||||
patch: off
|
||||
|
||||
comment:
|
||||
layout: "diff, files"
|
||||
|
||||
ignore:
|
||||
- "eclair-node/**/*"
|
||||
- "eclair-node-gui/**/*"
|
Loading…
Add table
Reference in a new issue