sanity-tool / sanity

1 stars 0 forks source link

Exit on failure from travis_script.sh #31

Closed okutane closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #31 into master will increase coverage by 1.69%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #31      +/-   ##
============================================
+ Coverage     83.27%   84.97%   +1.69%     
- Complexity      401      412      +11     
============================================
  Files            90       92       +2     
  Lines          1686     1690       +4     
  Branches        203      203              
============================================
+ Hits           1404     1436      +32     
+ Misses          222      199      -23     
+ Partials         60       55       -5
Flag Coverage Δ Complexity Δ
#C 83.33% <0%> (+0.05%) 402 <0> (+1) :arrow_up:
#Cpp 83.27% <0%> (ø) 401 <0> (ø) :arrow_down:
#IR 81.38% <0%> (ø) 390 <0> (ø) :arrow_down:
#ObjectiveC 83.29% <0%> (ø) 399 <0> (ø) :arrow_down:
#Rust 84.91% <100%> (-5.39%) 411 <2> (+411)
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/ru/urururu/sanity/cpp/tools/Rust.java 100% <100%> (+100%) 5 <2> (+5) :arrow_up:
tests/src/test/resources/rules/NP/basic.rs 100% <0%> (ø) 0% <0%> (?)
tests/src/test/resources/cfg/np.rs 100% <0%> (ø) 0% <0%> (?)
...ru/urururu/sanity/cpp/NativeInstructionParser.java 91.62% <0%> (+1.11%) 6% <0%> (ø) :arrow_down:
...ore/src/main/java/ru/urururu/sanity/Simulator.java 77.21% <0%> (+2.53%) 5% <0%> (ø) :arrow_down:
...va/ru/urururu/sanity/cpp/NativeBytecodeParser.java 93.15% <0%> (+2.73%) 17% <0%> (ø) :arrow_down:
.../java/ru/urururu/sanity/api/InstructionParser.java 86.88% <0%> (+3.27%) 23% <0%> (+2%) :arrow_up:
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <0%> (+4.28%) 15% <0%> (ø) :arrow_down:
...java/ru/urururu/sanity/api/SourceRangeFactory.java 100% <0%> (+28.57%) 3% <0%> (+1%) :arrow_up:
... and 1 more

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 14831b8...1aaf7a8. Read the comment docs.