Skip to content

Commit

Permalink
docs: fix code coverage option (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Miroslav Jonaš <[email protected]>
  • Loading branch information
ctjhoa and meeroslav authored Sep 6, 2024
1 parent 758b6fd commit c6a6253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
npx nx-cloud record -- npx nx format:check
parallel-commands-on-agents: |
npx nx affected --target=lint --parallel=3
npx nx affected --target=test --parallel=3 --ci --code-coverage
npx nx affected --target=test --parallel=3 --ci --coverage
npx nx affected --target=build --parallel=3
agents:
Expand Down

0 comments on commit c6a6253

Please sign in to comment.