From 495ece6db8e980f5ad6ee6c3c8ebc542066c8f98 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sat, 14 Oct 2023 22:13:24 +0200 Subject: [PATCH] test .coveragerc --- .coveragerc | 2 ++ .github/workflows/ci.yaml | 1 + 2 files changed, 3 insertions(+) create mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..ce2f455 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,2 @@ +[run] +relative_files = True \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 601de84..1e1d5ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,6 +60,7 @@ jobs: combine-coverages: + name: Combine coverages and upload the report needs: [test] runs-on: ubuntu-latest