Skip to content

Commit

Permalink
--source showcert
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Feb 19, 2025
1 parent dd6aaae commit 824f9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install package
run: pip install .

- name: Run tests
- name: Run tests (disabled)
run: echo pytest --cov=showcert --cov-branch --cov-report=xml --cov-report=xml:coverage.xml -s

- name: debug run pytest
run: coverage run -m pytest
run: coverage run --source=showcert -m pytest

- name: Debug run report -m
run: coverage report -m
Expand Down

0 comments on commit 824f9d6

Please sign in to comment.