Skip to content

Commit

Permalink
only check specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Dec 20, 2023
1 parent ae269e1 commit 33efaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build coverage file
run: |
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=simple_vm_client | tee pytest-coverage.txt
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=simple_vm_client/openstack_connector --cov=simple_vm_client/bibigrid_connector --cov=simple_vm_client/forc_connector | tee pytest-coverage.txt
- name: Pytest coverage comment
uses: MishaKav/pytest-coverage-comment@main
Expand Down

0 comments on commit 33efaac

Please sign in to comment.