Skip to content

Commit

Permalink
docs(jans-lock): add to README how to generate documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Bohzok <olehbozhok@gmail.com>
  • Loading branch information
olehbozhok committed Sep 21, 2024
1 parent 2c43495 commit 0275399
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jans-lock/cedarling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ cargo llvm-cov --workspace --lcov --output-path lcov.info
```

Using `lcov.info` you can configure your IDE to display line-by-line code coverage.

## Autogenerated docs

To generate autogenerated docs run:

```bash
cargo doc -p cedarling --no-deps --open
```

0 comments on commit 0275399

Please sign in to comment.