Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 30df769

Browse files
authored
ci: testing: unittests: Run with coverage capture
Related: 70a8500
1 parent 0125835 commit 30df769

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ jobs:
5050
pip install -U pip
5151
pip install -U .[dev]
5252
- uses: intel/project-example-for-python@github-action-python-run-unittests
53+
with:
54+
tests: 'tests/'
55+
coverage: true

0 commit comments

Comments
 (0)