From 8295da080ce97f1cda06d5af199ce4b6342d5a76 Mon Sep 17 00:00:00 2001 From: Dan F-M Date: Sun, 14 Feb 2021 15:09:23 -0500 Subject: [PATCH] trying to get coverage to work --- .coveragerc | 2 +- .github/workflows/tests.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index d422c29..aeb8448 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,7 +2,7 @@ omit = docs/* *__init__* -relative_files = true +relative_files = True [report] exclude_lines = diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 959164d..affd995 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,6 +41,7 @@ jobs: with: parallel: true flag-name: Unit Tests + base-path: src coverage: name: "Merge and upload coverage" @@ -51,3 +52,4 @@ jobs: uses: AndreMiras/coveralls-python-action@v20201129 with: parallel-finished: true + base-path: src