Skip to content

Commit

Permalink
ci/cd coverage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrKirovychDev committed Jul 26, 2024
1 parent 920bc66 commit dd2dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: tasktrellis

- name: Run the tests and generate coverage report
run: npm run test --no-watch --code-coverage
run: npm run test --no-watch --code-coverage --no-watch --no-progress --browsers=ChromeHeadless
working-directory: tasktrellis

- name: Upload coverage to Codecov
Expand Down

0 comments on commit dd2dfef

Please sign in to comment.