Skip to content

Commit 1e43d06

Browse files
authored
Merge pull request timewave-computer#20 from timewave-computer/test-report
Test report
2 parents 78f5bd9 + 11d0971 commit 1e43d06

19 files changed

+1970
-166
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ nix run .#generate-minimal-report -- test-report-out
6363

6464
Where `[use_nix]` is optional and can be set to either `true` or `false` to specify whether to use Nix or Cabal for building and running tests. If Nix fails, the script will automatically fall back to Cabal.
6565

66-
All test reports are stored in the `test-report-out` directory in the project root, with timestamped filenames. A symbolic link `latest_report.md` always points to the most recent report.
66+
All test reports are stored in the `test-report-out` directory in the project root, with timestamped filenames. A file named `latest_report.md` is always a copy of the most recent report, which can be safely checked into git.
6767

6868
To view the latest test report:
6969

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"confidence":0.8,"data":{"price":150},"proof":null,"rule_id":"passing-rule","source":"test-source","timestamp":"2025-03-10T21:49:37Z","type":"PriceObservation"}

facts/PriceObservation-test-rule.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"confidence":0.5,"data":{"price":120},"proof":null,"rule_id":"test-rule","source":"test-source","timestamp":"2025-03-10T21:49:37Z","type":"PriceObservation"}

0 commit comments

Comments
 (0)