Sofie Van Landeghem a1fdc57271
👷 Revert "Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately (#1303)" (#1306)
Revert " 👷 Add Codecov to CI, Smokeshow/Cloudflare has been flaky lately (#1303)"

This reverts commit 759220d5928af4a01c205a039eb9826456a475cd.
2025-02-21 15:45:27 +01:00

10 lines
112 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
coverage run -m pytest tests
coverage combine
coverage report
coverage html