6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# gather the coverage data
|
|
python3 -m pip install coverage
|
|
python3 -m coverage xml
|