MehmetAzizYirik / MAYGEN

MAYGEN is an open source chemical structure generator based on the orderly graph generation method.
MIT License
47 stars 15 forks source link

Renamed MAYGEN class, added javadocs. #110

Closed javadev closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #110 (4db5e2a) into main (41f14f1) will not change coverage. The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #110   +/-   ##
=========================================
  Coverage     77.55%   77.55%           
  Complexity      587      587           
=========================================
  Files             5        5           
  Lines          2134     2134           
  Branches        465      465           
=========================================
  Hits           1655     1655           
  Misses          374      374           
  Partials        105      105           
Impacted Files Coverage Δ
src/main/java/maygen/BoundaryConditions.java 23.52% <ø> (ø)
src/main/java/maygen/HydrogenDistributor.java 100.00% <ø> (ø)
src/main/java/maygen/Maygen.java 81.18% <25.00%> (ø)
src/main/java/maygen/Generation.java 87.17% <100.00%> (ø)

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 41f14f1...4db5e2a. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 43 Code Smells

84.4% 84.4% Coverage
0.6% 0.6% Duplication

javadev commented 2 years ago

The pull request looks good and can be merged.