mirror of
https://github.com/Relintai/scons_gd.git
synced 2025-02-16 17:04:37 +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()
|