fix: coverage
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -90,10 +90,12 @@ jobs:
|
|||||||
source: coverage.json
|
source: coverage.json
|
||||||
output: coverage-badge.svg
|
output: coverage-badge.svg
|
||||||
|
|
||||||
- name: Upload coverage badge to Gist
|
- name: Deploy coverage badge
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: exuanbo/actions-deploy-gist@v1
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GIST_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
gist_id: ${{ vars.COVERAGE_GIST_ID }}
|
publish_dir: ./
|
||||||
file_path: coverage-badge.svg
|
publish_branch: coverage-badge
|
||||||
|
keep_files: false
|
||||||
|
include_files: coverage-badge.svg
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# data-platform
|
# data-platform
|
||||||
|
|
||||||
[](https://github.com/Stijnvandenbroek/data-platform/actions/workflows/ci.yml)
|
[](https://github.com/Stijnvandenbroek/data-platform/actions/workflows/ci.yml)
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user