Initial commit -- did OMO do a good job?
Check / check (push) Failing after 1m27s
Check / guardrails (push) Failing after 39s
Check / bundle (push) Successful in 1m4s

This commit is contained in:
2026-09-01 18:29:46 -04:00
commit 20a6c26f7c
179 changed files with 21704 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Finished `test` profile [unoptimized + debuginfo] target(s) in 2.20s
Running unittests src/lib.rs (target/debug/deps/news_core-73165881e402db9b)
running 6 tests
test scoring::importance::tests::higher_source_trust_never_decreases_score ... ok
test scoring::importance::tests::corroboration_saturates_so_tenth_source_adds_less_than_third ... ok
test scoring::importance::tests::more_corroboration_never_decreases_score ... ok
test scoring::importance::tests::single_source_rank_zero_scores_lower_than_three_source_corroborated_rank_zero ... ok
test scoring::importance::tests::worked_example_matches_doc_comment ... ok
test scoring::importance::tests::score_is_deterministic_across_two_calls ... ok
test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 8 filtered out; finished in 0.10s