Skip to content

Commit

Permalink
Update coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jun 13, 2023
1 parent af13f34 commit 245c4f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Expand Up @@ -42,10 +42,7 @@ jobs:
pnpm exec vitest run ./packages/mermaid/src/diagrams/gantt/ganttDb.spec.ts
- name: Upload Coverage to Coveralls
# it feels a bit weird to use @master, but that's what the docs use
# (coveralls also doesn't publish a @v1 we can use)
# https://github.com/marketplace/actions/coveralls-github-action
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: unit

0 comments on commit 245c4f8

Please sign in to comment.