Skip to content

Commit

Permalink
Test commit to make the coverage step run first
Browse files Browse the repository at this point in the history
  • Loading branch information
Marccio Silva committed Aug 12, 2021
1 parent f260965 commit c7cb355
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
command: |
cd bridge
npm ci
- run:
name: bridge coverage
command: |
cd bridge
npm run coverage
cat coverage/lcov.info | npx coveralls
- run:
name: install federator dependencies
command: |
Expand Down Expand Up @@ -57,9 +63,3 @@ jobs:
command: |
cd bridge
npm test
- run:
name: bridge coverage
command: |
npm run coverage
cat coverage/lcov.info | npx coveralls

0 comments on commit c7cb355

Please sign in to comment.