-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Milestone
Description
We currently use coverage tool to report the code coverage from unit and system tests. See
e.g:
| nidcpower-coverage: coverage report --rcfile=../../tools/coverage_system_tests.rc |
Line 46 in 266e87f
| build_test: coverage report |
Logs:
- https://app.travis-ci.com/github/ni/nimi-python/jobs/576582446#L2052
- https://github.com/ni/nimi-python/runs/7326743697?check_suite_focus=true#step:3:1027
We should looking into setting a threshold and have the PR build fail if the coverage is below it.