sanity-tool / sanity

1 stars 0 forks source link

Update to Java 10 #35

Open okutane opened 6 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.13%. The diff coverage is 81.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #35      +/-   ##
============================================
- Coverage     83.69%   83.56%   -0.14%     
+ Complexity      413      401      -12     
============================================
  Files            93       91       -2     
  Lines          1711     1685      -26     
  Branches        208      197      -11     
============================================
- Hits           1432     1408      -24     
- Misses          222      226       +4     
+ Partials         57       51       -6
Flag Coverage Δ Complexity Δ
#C 83.56% <81.25%> (+0.1%) 401 <2> (-9) :arrow_down:
#Cpp 83.38% <81.25%> (-0.08%) 400 <2> (-10)
#IR ? ?
#ObjectiveC 83.56% <81.25%> (+0.25%) 401 <2> (-6) :arrow_down:
#Rust ? ?
Impacted Files Coverage Δ Complexity Δ
.../java/ru/urururu/sanity/api/InstructionParser.java 84.12% <100%> (-1.12%) 21 <0> (-1)
...n/java/ru/urururu/sanity/cpp/NativeTypeParser.java 94.87% <100%> (+5.98%) 18 <1> (+1) :arrow_up:
...va/ru/urururu/sanity/cpp/RecoverableException.java 50% <50%> (ø) 1 <1> (?)
...ru/urururu/sanity/cpp/NativeInstructionParser.java 90.44% <66.66%> (-1.18%) 6 <0> (ø)
...rc/main/java/ru/urururu/sanity/api/cfg/Return.java 0% <0%> (-100%) 0% <0%> (-3%)
.../main/java/ru/urururu/sanity/cpp/tools/LlvmAs.java 0% <0%> (-75%) 0% <0%> (-2%)
...rc/main/java/ru/urururu/sanity/cpp/tools/Rust.java 0% <0%> (-66.67%) 0% <0%> (-3%)
...c/main/java/ru/urururu/sanity/cpp/tools/Clang.java 42.85% <0%> (-14.29%) 5% <0%> (ø)
parser-native/src/main/cpp/helpers.cpp 69.23% <0%> (-4.85%) 0% <0%> (ø)
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 95.71% <0%> (-4.29%) 15% <0%> (ø)
... and 15 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 be0b0d3...04a9ef2. Read the comment docs.