forked from openvinotoolkit/nncf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only launch pytest with coverage in Makefile if env var is set (openv…
…inotoolkit#2072) ### Changes Setting `NNCF_COVERAGE` env var will make commands such as `make test-torch` run pytest with `coverage` reports generated, otherwise the pytest runs without `coverage. ### Reason for changes Devs can now launch Makefile commands without running coverage by default, and if they really need to, they can prefix the make command: `NNCF_COVERAGE=1 make test-torch`. ### Related tickets N/A ### Tests precommit
- Loading branch information
1 parent
068ada2
commit 4152b1c
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters