Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrycw committed Mar 3, 2024
1 parent 8d61e1d commit 04e4ae0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ jobs:
run: echo "secret_csrf=$(openssl rand -hex 32)" >> $GITHUB_ENV

- name: Test with pytest
run: pytest
run: pytest --cov=app --cov-report=html tests/

- name: Archive HTML coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: ./htmlcov

0 comments on commit 04e4ae0

Please sign in to comment.