From 9af7d048b6e2f5221dfb7bb757fd6cb5d5757124 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 24 Jan 2020 15:59:45 +0900 Subject: [PATCH] Fix a typo [ci skip] --- doc/make_cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make_cheatsheet.md b/doc/make_cheatsheet.md index 5b08536917..29648e8174 100644 --- a/doc/make_cheatsheet.md +++ b/doc/make_cheatsheet.md @@ -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