From a3dd365c670062f51daf8e0b8bc4eb44775f63f3 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Tue, 21 Jul 2020 17:22:01 +0200 Subject: [PATCH] Revive codecov.yml (#1493) --- .github/workflows/main.yml | 2 -- codecov.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 codecov.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8cf01b85..550c79846 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,5 +34,3 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 - with: - file: ./eclair-core/target/scoverage.xml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..bb800e296 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: off + patch: off + +comment: + layout: "diff, files" + +ignore: + - "eclair-node/**/*" + - "eclair-node-gui/**/*" \ No newline at end of file