mirror of
https://github.com/Relintai/scons_gd.git
synced 2024-11-22 11:18:11 +01:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
import os
|
|
os.environ['COVERAGE_PROCESS_START'] = r'$PWD/.coveragerc'
|
|
os.environ['COVERAGE_FILE'] = r'$PWD/.coverage'
|
|
import coverage
|
|
coverage.process_startup()
|