nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

Add latest changes to new release #145

Closed nealkumar closed 4 years ago

nealkumar commented 4 years ago

issue #144

codecov[bot] commented 4 years ago

Codecov Report

Merging #145 into staged-for-release will increase coverage by 2.47%. The diff coverage is 100.00%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##             staged-for-release     #145      +/-   ##
========================================================
+ Coverage                 95.68%   98.15%   +2.47%     
========================================================
  Files                        11       15       +4     
  Lines                       139      163      +24     
  Branches                      7       11       +4     
========================================================
+ Hits                        133      160      +27     
  Misses                        2        2              
+ Partials                      4        1       -3     
Impacted Files Coverage Δ Complexity Δ
...rg/jbrew/concurrent/AbstractBlockingTaskQueue.java 100.00% <ø> (+8.00%) 0.00 <0.00> (-3.00) :arrow_up:
...c/main/java/org/jbrew/concurrent/AbstractTask.java 100.00% <ø> (ø) 0.00 <0.00> (-13.00)
...in/java/org/jbrew/concurrent/BoundedTaskQueue.java 100.00% <ø> (+10.00%) 0.00 <0.00> (-3.00) :arrow_up:
...ain/java/org/jbrew/concurrent/RetrievableTask.java 50.00% <ø> (ø) 0.00 <0.00> (-1.00)
.../java/org/jbrew/concurrent/UnboundedTaskQueue.java 100.00% <ø> (ø) 0.00 <0.00> (-2.00)
...jbrew/cbrew/validator/BasicMathValidatorCBrew.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...ain/java/org/jbrew/cbrew/validator/SayHiCBrew.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...va/org/jbrew/jni/validator/BasicMathValidator.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...r/src/main/java/org/jbrew/jni/validator/SayHi.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
... and 6 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 ed93f4f...e8baf9d. Read the comment docs.

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information