sanity-tool / sanity

1 stars 0 forks source link

Quick-fix for infinite loops #41

Closed okutane closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #41 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
+ Coverage      84.2%   84.22%   +0.01%     
- Complexity      410      411       +1     
============================================
  Files            92       93       +1     
  Lines          1697     1699       +2     
  Branches        205      206       +1     
============================================
+ Hits           1429     1431       +2     
  Misses          211      211              
  Partials         57       57
Flag Coverage Δ Complexity Δ
#C 83.99% <100%> (+0.01%) 408 <0> (+1) :arrow_up:
#Cpp 83.99% <100%> (+0.01%) 408 <0> (+1) :arrow_up:
#IR 82.35% <100%> (+0.02%) 397 <0> (+1) :arrow_up:
#ObjectiveC 83.65% <100%> (-0.16%) 404 <0> (ø)
#Rust 82.59% <100%> (+0.02%) 400 <0> (+1) :arrow_up:
Impacted Files Coverage Δ Complexity Δ
api/src/main/java/ru/urururu/sanity/CfgUtils.java 100% <100%> (ø) 30 <0> (+1) :arrow_up:
tests/src/test/resources/cfg/infiniteLoops.c 100% <100%> (ø) 0 <0> (?)

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 9bc54df...c839847. Read the comment docs.