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

[Staged-For-Release] Release of v0.1.0-beta.3 #149

Closed nealkumar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #149 into master will increase coverage by 1.47%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   96.68%   98.15%   +1.47%     
==========================================
  Files          13       15       +2     
  Lines         151      163      +12     
  Branches       11       11              
==========================================
+ Hits          146      160      +14     
+ Misses          4        2       -2     
  Partials        1        1              
Impacted Files Coverage Δ
...rg/jbrew/concurrent/AbstractBlockingTaskQueue.java 100.00% <ø> (ø)
...c/main/java/org/jbrew/concurrent/AbstractTask.java 100.00% <ø> (ø)
...in/java/org/jbrew/concurrent/BoundedTaskQueue.java 100.00% <ø> (ø)
...ain/java/org/jbrew/concurrent/RetrievableTask.java 50.00% <ø> (ø)
.../java/org/jbrew/concurrent/UnboundedTaskQueue.java 100.00% <ø> (ø)
...jbrew/cbrew/validator/BasicMathValidatorCBrew.java 100.00% <100.00%> (ø)
...ain/java/org/jbrew/cbrew/validator/SayHiCBrew.java 100.00% <100.00%> (ø)
.../org/jbrew/nativ/validator/BasicMathValidator.java 100.00% <100.00%> (ø)
...src/main/java/org/jbrew/nativ/validator/SayHi.java 100.00% <100.00%> (ø)
... and 10 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...387002c. 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
0.0% 0.0% Duplication