mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat: add more toString overrides for debugging
This commit is contained in:
parent
beed516c89
commit
9f346c99f7
26 changed files with 175 additions and 18 deletions
|
@ -13,7 +13,7 @@ To run all tests and generate coverage report use the following commands:
|
|||
```sh
|
||||
$ dart pub global activate coverage
|
||||
$ dart test --coverage="coverage"
|
||||
$ format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
|
||||
$ format_coverage --lcov --check-ignore --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
|
||||
```
|
||||
|
||||
To view the generated coverage report you can use [lcov](https://github.com/linux-test-project/lcov):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue