Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 337 Bytes

NxJestSonar

This project was generated using Nx.

Command focus on test coverage

run-many

  • nx run-many --target=test --all --codeCoverage

run affect

  • nx affected --target=test --codeCoverage

merge lcov files

  • yarn run merge:coverage

sonar scanner

  • yarn run sonar-scanner