Skip to content

Commit

Permalink
Don't install unused and deleted codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 12, 2023
1 parent d1f4917 commit 2d216d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/after_success.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2d216d3

Please sign in to comment.