Skip to content

Commit

Permalink
Fix hyphens in docs for running code coverage (#7136)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikbrandon committed Oct 10, 2021
1 parent b3199b2 commit 887ec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/service-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ By checking code coverage, we can make sure we've covered all our bases.
We can generate a coverage report and open it:

```
npm run coverage:test:services -- --only=wercker
npm run coverage:test:services -- -- --only=wercker
npm run coverage:report:open
```

Expand Down

0 comments on commit 887ec5b

Please sign in to comment.