summaryrefslogtreecommitdiff
path: root/ci/ciimage
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-04-14 14:12:35 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2023-04-21 13:30:45 +0530
commitc0c9f755a40a51889e73275578cb49296de84e43 (patch)
tree94f9e6272b8cbe2faf6f8ee70231b7968ec59d87 /ci/ciimage
parent5eb55075baa2883170a3d0cf3c0621aae56a1632 (diff)
downloadmeson-c0c9f755a40a51889e73275578cb49296de84e43.tar.gz
ci: Move to the codecov github action
The pypi package was suddenly removed. Not the most confidence-inspiring deprecation/migration: https://about.codecov.io/blog/message-regarding-the-pypi-package/
Diffstat (limited to 'ci/ciimage')
-rw-r--r--ci/ciimage/common.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/ciimage/common.sh b/ci/ciimage/common.sh
index 68a4dae25..f6a52aef4 100644
--- a/ci/ciimage/common.sh
+++ b/ci/ciimage/common.sh
@@ -15,7 +15,6 @@ base_python_pkgs=(
pytest-xdist
pytest-subtests
coverage
- codecov
jsonschema
)