insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

General repository cleanup #321

Closed bpben closed 1 month ago

codecov-commenter commented 9 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 59.25%. Comparing base (8f9f23d) to head (883bb1a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #321 +/- ## ========================================== - Coverage 64.35% 59.25% -5.10% ========================================== Files 33 33 Lines 3316 3328 +12 ========================================== - Hits 2134 1972 -162 - Misses 1182 1356 +174 ```
bpben commented 1 month ago

I'm going to merge this - the code coverage decrease is odd - it's mainly around syntax corrections and I don't quite understand how that decreases the coverage. But without adding a bunch of new tests, I'm not sure how to correct that. Everything else works as expected, though.