Skip to content

Commit fa69810

Browse files
dwRchyngqxsqcorradi
authored and
qcorradi
committed
Update coverage.md
Removed unneeded reference to `make with_coverage`.
1 parent 99d3389 commit fa69810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Coverage information
22
====================
33

4-
If you want to know which part of your code is executed when running your compiler on a file you can build your compiler with `make with_coverage`, run your compiler on the file, then run `make coverage`.
4+
If you want to know which part of your code is executed when running your compiler on a file you can run your compiler on the file, then run `make coverage`.
55

66
This will generate a webpage `coverage/index.html` with a listing of all the source files and for each source file a listing of the number of times each line has been executed.
77

0 commit comments

Comments
 (0)