Skip to content

Commit

Permalink
fix: coveralls Crypto-Cli not showing by @sebastienrousseau
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jul 6, 2022
1 parent c044fec commit 61fef8f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
run: |
yarn run test
# - name: Coveralls Crypto-Cli
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: ./packages/crypto-cli/coverage/lcov.info
# parallel: true
# flag-name: crypto-cli
- name: Coveralls Crypto-Cli
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/crypto-cli/coverage/lcov.info
parallel: true
flag-name: crypto-cli

- name: Coveralls Crypto-Lib
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 61fef8f

Please sign in to comment.