egonw / bacting

Bacting is an open-source platform for chemo- and bioinformatics based on Bioclipse that defines a number of common domain objects and wraps common functionality, providing a toolkit independent, scriptable solution to handle data from the life sciences.
Other
13 stars 5 forks source link

[WIP] release 1.0.0 #121

Closed egonw closed 3 months ago

egonw commented 6 months ago

After having been used in production for quite some time now, and sufficiently close to completing https://github.com/egonw/bacting/issues/37, it is time to make this 1.0.0 release.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 85.91549% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 84.28%. Comparing base (54d8b91) to head (3764b45).

Files Patch % Lines
.../java/net/bioclipse/managers/BioclipseManager.java 60.00% 5 Missing and 1 partial :warning:
...c/main/java/net/bioclipse/managers/XMLManager.java 88.88% 2 Missing :warning:
...java/net/bioclipse/managers/ChemspiderManager.java 87.50% 1 Missing :warning:
...c/main/java/net/bioclipse/managers/RDFManager.java 85.71% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ============================================ + Coverage 83.33% 84.28% +0.95% - Complexity 463 476 +13 ============================================ Files 33 34 +1 Lines 1740 1782 +42 Branches 204 209 +5 ============================================ + Hits 1450 1502 +52 + Misses 211 200 -11 - Partials 79 80 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.