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