From 471d848d12c3069dbad26acec1885c4de1fc79d3 Mon Sep 17 00:00:00 2001 From: Stijnvandenbroek Date: Wed, 11 Mar 2026 13:01:58 +0000 Subject: [PATCH] fix: coverage badge publishing --- .github/workflows/ci.yml | 5 ++--- .gitignore | 4 ++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6da4962..72df041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,14 +88,13 @@ jobs: uses: jaywcjlove/coverage-badges-cli@v2.1.0 with: source: coverage.json - output: coverage-badge.svg + output: badge/coverage-badge.svg - name: Deploy coverage badge if: github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./ + publish_dir: ./badge publish_branch: coverage-badge keep_files: false - include_files: coverage-badge.svg diff --git a/.gitignore b/.gitignore index 71bae3c..aa598ce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,9 @@ dagster_home/compute_logs/ # Node node_modules/ +# Coverage +.coverage +coverage.json + # Docker *.log