Skip to content

Commit c3de51f

Browse files
committed
Fix flag mistake
1 parent 15fafda commit c3de51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ issue number is being addressed.
4242
When writing tests, you can use the [`raco cover`][9] command to check the
4343
code coverage of your test cases. The command `raco cover path/to/file.rkt`
4444
will 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`.
4646
Pull requests should aim for high code coverage, and an integration with Coveralls
4747
is set up to help track coverage over time. Beware that `raco cover` has some
4848
sharp edges and inconsistencies compared to `raco test`; see its documentation for

0 commit comments

Comments
 (0)