1
0
mirror of https://github.com/ACINQ/eclair.git synced 2025-01-18 21:32:50 +01:00

Revive codecov.yml (#1493)

This commit is contained in:
Pierre-Marie Padiou 2020-07-21 17:22:01 +02:00 committed by GitHub
parent e6909cfcb5
commit a3dd365c67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,11 @@
coverage:
status:
project: off
patch: off
comment:
layout: "diff, files"
ignore:
- "eclair-node/**/*"
- "eclair-node-gui/**/*"