Skip to content

Commit

Permalink
Update README.md with report example (#44)
Browse files Browse the repository at this point in the history
Add existing report example link in report generation section
  • Loading branch information
ZanePeycke authored Aug 30, 2023
1 parent 6164493 commit eb88711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ By default `flood` produces verbose output of each test as it runs. This can be

### Report generation

After running tests, you can generate an HTML + Jupyter report similar to [this] one. This is done by running `flood report <TEST_DIR>`. Multiple tests can be combined into one report with `flood repos <TEST_DIR_1> <TEST_DIR_2> ...`.
After running tests, you can generate an HTML + Jupyter report similar to [this](https://datasets.paradigm.xyz/notebooks/flood/example_report.html) one. This is done by running `flood report <TEST_DIR>`. Multiple tests can be combined into one report with `flood repos <TEST_DIR_1> <TEST_DIR_2> ...`.

### Differential tests

Expand Down

0 comments on commit eb88711

Please sign in to comment.