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] JBrew Release v0.1.0-beta.2 :: Core, Annotations, and CBrew #142

Closed nealkumar closed 4 years ago

nealkumar commented 4 years ago

Release v0.1.0-beta.2 introduces the following new libraries to JBrew:

codecov[bot] commented 4 years ago

Codecov Report

Merging #142 into master will increase coverage by 1.00%. The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #142      +/-   ##
============================================
+ Coverage     95.68%   96.68%   +1.00%     
============================================
  Files            11       13       +2     
  Lines           139      151      +12     
  Branches          7       11       +4     
============================================
+ Hits            133      146      +13     
- Misses            2        4       +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)
...va/org/jbrew/jni/validator/BasicMathValidator.java 66.66% <66.66%> (ø) 0.00 <0.00> (?)
...r/src/main/java/org/jbrew/jni/validator/SayHi.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
... and 2 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 001eb9c...525d82b. 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