Skip to content

Commit

Permalink
ci: fix test coverage for sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 10, 2024
1 parent b6b12b5 commit 6fe6474
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,9 @@ jobs:
id: install
run: pnpm install

- name: Check Format
id: pnpm-format-check
run: pnpm run format:check

- name: Lint
id: pnpm-lint
run: pnpm run lint

- name: Test
id: pnpm-ci-test
run: pnpm run test
run: pnpm jest --coverage

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 6fe6474

Please sign in to comment.