MozillaSecurity / lithium

Line-based testcase reducer
Mozilla Public License 2.0
94 stars 25 forks source link

Fix log_prefix type to be optional #85

Closed pyoor closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #85 (8cd72db) into master (341426b) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   83.73%   83.59%   -0.15%     
==========================================
  Files          14       14              
  Lines        1408     1408              
==========================================
- Hits         1179     1177       -2     
- Misses        229      231       +2     
Impacted Files Coverage Δ
src/lithium/interestingness/timed_run.py 80.51% <100.00%> (-2.60%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 341426b...8cd72db. Read the comment docs.

pyoor commented 2 years ago

Since my changes exposed the other typing error, I'll just fix it as part of this PR.