aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-22 12:38:00 +0100
committerGitHub <noreply@github.com>2024-08-22 12:38:00 +0100
commit46671be246a19bc9d157a00e5ba00e0132ce27cd (patch)
treeb59d381d88a95266053485e38b288055c95c914a /.github
parentb4f23ef80edfd4dcd8777eec76b0dfa77430b7a0 (diff)
downloadde-project-bentley-46671be246a19bc9d157a00e5ba00e0132ce27cd.tar.gz
de-project-bentley-46671be246a19bc9d157a00e5ba00e0132ce27cd.zip
ci: upload coverage report as artifact
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dev-tests.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/dev-tests.yml b/.github/workflows/dev-tests.yml
index ec169b4..e183f36 100644
--- a/.github/workflows/dev-tests.yml
+++ b/.github/workflows/dev-tests.yml
@@ -50,3 +50,10 @@ jobs:
- name: Check on failures
if: steps.pytest.outcome == 'failure'
run: exit 1
+
+ - name: Upload Coverage Report'
+ uses: actions/upload-artifact@v4
+ with:
+ name: cov-report
+ path: coverage.xml
+ retention-days: 7
git.ajschof.me — hosted by ajschofield — powered by cgit