1
Fork 0

Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcv

The project moved under the Mozilla umbrella
This commit is contained in:
Pietro Albini 2018-09-25 22:34:42 +02:00 committed by GitHub
commit 4720126c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,4 @@ cargo run
```
Once you've built and run your program, files with the `gcno` (after build) and `gcda` (after execution) extensions will be created.
You can parse them with [llvm-cov gcov](http://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/marco-c/grcov).
You can parse them with [llvm-cov gcov](https://llvm.org/docs/CommandGuide/llvm-cov.html#llvm-cov-gcov) or [grcov](https://github.com/mozilla/grcov).