Skip to content

Commit

Permalink
trying to run coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nucccc committed Dec 3, 2023
1 parent 78214c7 commit 874b46f
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 @@ -28,6 +28,10 @@ jobs:
- name: launch test
run: python3 -m pytest

- name: launch coverage
run:
coverage run -m pytest

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

0 comments on commit 874b46f

Please sign in to comment.