Skip to content

Commit

Permalink
forcing adding of htmlcov
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed Dec 3, 2023
1 parent 05068d4 commit 6aaff3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run:
coverage run -m pytest

- name: force htmlcov
run:
git add -f htmlcov/*

- name: cov_comment
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
Expand Down

0 comments on commit 6aaff3a

Please sign in to comment.