Pillow/.ci/after_success.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
96 B
Bash
Raw Normal View History

2017-01-19 18:54:54 +03:00
#!/bin/bash
# gather the coverage data
python3 -m pip install coverage
2025-01-06 12:30:47 +03:00
python3 -m coverage xml