Skip to content

Commit

Permalink
update build remove --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto-Guerra committed Feb 26, 2024
1 parent 3a9ba60 commit 0e073a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: npm --prefix users/authservice test -- --coverage
- run: npm --prefix users/userservice test -- --coverage
- run: npm --prefix gatewayservice test -- --coverage
- run: npx playwright test webapp --coverage
- run: npx playwright test webapp
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 0e073a3

Please sign in to comment.