File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ issue number is being addressed.
4242When writing tests, you can use the [ ` raco cover ` ] [ 9 ] command to check the
4343code coverage of your test cases. The command ` raco cover path/to/file.rkt `
4444will generate an HTML report showing what code is covered by the indicated test.
45- To check for all tests in the repository, you can run ` raco cover --pkgs resyntax ` .
45+ To check for all tests in the repository, you can run ` raco cover --package resyntax ` .
4646Pull requests should aim for high code coverage, and an integration with Coveralls
4747is set up to help track coverage over time. Beware that ` raco cover ` has some
4848sharp edges and inconsistencies compared to ` raco test ` ; see its documentation for
You can’t perform that action at this time.
0 commit comments