Skip to content

Commit

Permalink
Merge pull request #45 from sebastienrousseau/feature/typescript
Browse files Browse the repository at this point in the history
fix: remove duplicates by @sebastienrousseau
  • Loading branch information
sebastienrousseau committed Jul 6, 2022
2 parents ff04e63 + 826b043 commit 5c40b94
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,30 +33,6 @@ 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-Lib
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/crypto-lib/coverage/lcov.info
parallel: true
flag-name: crypto-lib

# - name: Coveralls Crypto-Server
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: ./packages/crypto-server/coverage/lcov.info
# parallel: true
# flag-name: crypto-server

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

0 comments on commit 5c40b94

Please sign in to comment.