mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-01 16:04:13 +03:00
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
|