Skip to content

Commit

Permalink
ci(#49): upload coverage reports
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Dec 23, 2023
1 parent 003adc4 commit 09a90d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ jobs:
- uses: actions/checkout@v4
- run: poetry install
- run: poe test

- if: always()
uses: actions/upload-artifact@v4
with:
name: Coverage Report
path: docs/reports/pytest-html
6 changes: 6 additions & 0 deletions .github/workflows/poe-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
- uses: actions/checkout@v4
- run: poetry install
- run: poe test

- if: always()
uses: actions/upload-artifact@v4
with:
name: Coverage Report
path: docs/reports/pytest-html

0 comments on commit 09a90d2

Please sign in to comment.