Skip to content

Commit

Permalink
storing coverage report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 10, 2024
1 parent d86948d commit ec5f89e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ jobs:
mv tests/testing.env .env
source .venv/bin/activate
bash -c scripts/test.sh
- name: Archive coverage report
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: htmlcov/

0 comments on commit ec5f89e

Please sign in to comment.