mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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
|