From 06a253ac7a4164357d068b5d3f038461fb6dc1b3 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 4 Oct 2024 16:23:48 +0400 Subject: [PATCH] Fix YAML syntax --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08fa927..e7a169b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,7 @@ jobs: if: always() runs-on: "ubuntu-latest" needs: ["Windows", "Ubuntu", "macOS"] + steps: - uses: actions/checkout@v4 - name: "Use latest Python so it understands all syntax" @@ -101,8 +102,8 @@ jobs: merge-multiple: true - name: Combine coverage & fail if it's <100% - run: - python -Im pip install --upgrade coverage[toml]| + run: | + python -Im pip install --upgrade coverage[toml] python -Im coverage combine python -Im coverage html --skip-covered --skip-empty