mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
5bb1c81a33
commit
9af7d048b6
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ If you need only C code coverage, you can remove `COVERAGE=true` from the above
|
|||
You can also use `gcov` command directly to get per-file coverage.
|
||||
|
||||
If you need only Ruby code coverage, you can remove `--enable-gcov`.
|
||||
Note that `test-coverage.dat` accumlates all runs of `make test-all`.
|
||||
Note that `test-coverage.dat` accumulates all runs of `make test-all`.
|
||||
Make sure that you remove the file if you want to measure one test run.
|
||||
|
||||
You can see the coverage result of CI: https://rubyci.org/coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue