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