Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix: skip coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 22, 2020
1 parent a5349aa commit 9ee1b73
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ jobs:
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
flag-name: variables
base-path: packages/variables
parallel: true
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.github_token }}
flag-name: "@9renpoto/core"
flag-name: '@9renpoto/core'
base-path: apps/core
parallel: true
finish:
Expand Down

0 comments on commit 9ee1b73

Please sign in to comment.