From 348cc252cc227947baf28fbe9c68eee67090457e Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 14 Oct 2024 08:45:51 +0200 Subject: [PATCH] The Python used for coverage is new enough for toml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c58092a..724bd842 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: - name: Combine coverage & fail if it's <100%. run: | - uv tool install 'coverage[toml]' + uv tool install coverage coverage combine coverage html --skip-covered --skip-empty