File: run_coverage.sh

package info (click to toggle)
python-pyepics 3.5.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 10,539; makefile: 112; javascript: 104; sh: 53
file content (18 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage erase
pytest test_camonitor_func.py
pytest test_ca_subscribe.py
pytest test_ca_clearcache.py
pytest test_cathread.py
pytest test_ca_typeconversion.py
pytest test_ca_unittests.py
pytest test_multiprocessing.py
pytest test_aodevice.py
pytest test_pv_callback.py
pytest test_pv_initcallbacks.py
pytest test_pvsubarray.py
pytest test_pv_typeconversion.py
pytest test_pv_unittests.py
pytest test_threading.py
coverage combine
coverage report -m --omit "wxlib*,ogl*,motor*,mca*,ad*,struck*,transform*,scan*,scal*,xspress*"
coverage html --omit "wxlib*,ogl*,motor*,mca*,ad*,struck*,transform*,scan*,scal*,xspress*"