mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-25 11:16:53 +02:00
Disable coveralls
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -41,8 +41,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pnpm exec vitest run ./packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts
|
pnpm exec vitest run ./packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts
|
||||||
|
|
||||||
- name: Upload Coverage to Coveralls
|
# Coveralls is throwing 500. Disabled for now.
|
||||||
uses: coverallsapp/github-action@v2
|
# - name: Upload Coverage to Coveralls
|
||||||
with:
|
# uses: coverallsapp/github-action@v2
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
# with:
|
||||||
flag-name: unit
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# flag-name: unit
|
||||||
|
Reference in New Issue
Block a user