Skip to content

Commit

Permalink
Modified build pipline
Browse files Browse the repository at this point in the history
Added an step to remove coverage report of the difunc dependencie Routes.js files in develop don't have coverage #167
  • Loading branch information
algarfer committed May 1, 2024
1 parent e2f394a commit 4e794e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- run: npm --prefix jordi test -- --coverage
- run: npm --prefix webapp test -- --coverage

- name: Remove some coverage files
run: rm -rf gatewayservice/node_modules/difunc/coverage

- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 4e794e1

Please sign in to comment.