Skip to content

Commit

Permalink
lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent 6a6aea0 commit 33ef2b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# gather the coverage data
python3 -m pip install coverage
if [[ $MATRIX_DOCKER ]]; then
sudo cp -R Tests /Pillow
sudo mkdir /Pillow
sudo cp -r Tests /Pillow
fi
ls -la
python3 -m coverage xml

0 comments on commit 33ef2b3

Please sign in to comment.