Skip to content

Commit

Permalink
noignore
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent aa6b864 commit 2cdd762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# gather the coverage data
python3 -m pip install coverage
ls -la
if [[ $MATRIX_DOCKER ]]; then
python3 -m coverage xml --ignore-errors
else
python3 -m coverage xml
sudo mkdir /Pillow
sudo cp -r Tests /Pillow
fi
ls -la
python3 -m coverage xml

0 comments on commit 2cdd762

Please sign in to comment.