Skip to content

Commit

Permalink
add readme coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Sep 6, 2024
1 parent 4ce569e commit 1711e88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ Run the tests with coverage instrumentations:
make run-coverage
```

Open the coverage html report in a web browser:
```
open target/llvm-cov/html/index.html
```

## Supported Rust Version
Rolling `MSRV` policy of 6 months. The current `MSRV` is 1.79

Expand Down

0 comments on commit 1711e88

Please sign in to comment.