Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-01-24 15:59:45 +09:00
parent 5bb1c81a33
commit 9af7d048b6
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -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. You can also use `gcov` command directly to get per-file coverage.
If you need only Ruby code coverage, you can remove `--enable-gcov`. 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. 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 You can see the coverage result of CI: https://rubyci.org/coverage