Don't install unused and deleted codecov

This commit is contained in:
Hugo van Kemenade 2023-04-12 18:27:57 +03:00
parent d1f4917eb4
commit 2d216d3d3d

View File

@ -1,7 +1,7 @@
#!/bin/bash
# gather the coverage data
python3 -m pip install codecov
python3 -m pip install coverage
if [[ $MATRIX_DOCKER ]]; then
python3 -m coverage xml --ignore-errors
else