TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
60.11k stars 19.4k forks source link

Added surface area calculation for pyramid #5450

Closed Hadis-mrd closed 1 month ago

Hadis-mrd commented 2 months ago
codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 52.03%. Comparing base (648572a) to head (bb087b5). Report is 14 commits behind head on master.

Files with missing lines Patch % Lines
src/main/java/com/thealgorithms/maths/Area.java 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5450 +/- ## ============================================ - Coverage 52.05% 52.03% -0.03% Complexity 3240 3240 ============================================ Files 524 524 Lines 15181 15188 +7 Branches 2888 2889 +1 ============================================ Hits 7903 7903 - Misses 6955 6962 +7 Partials 323 323 ```

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