mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-02 04:34:31 +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
|