Skip to content

Commit

Permalink
not forcing htmlcov
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed Dec 3, 2023
1 parent da87eeb commit a75894c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,7 @@ jobs:
- name: launch coverage
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 a75894c

Please sign in to comment.