Skip to content

Commit

Permalink
chore: skip upload cov on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed Nov 8, 2023
1 parent 12aec8f commit 948e49b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,3 @@ jobs:
path: |
__tests__/integration/snapshots/**/*-actual.svg
retention-days: 1

- name: Update coverall
if: ${{ success() }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 948e49b

Please sign in to comment.