Open preritasaini1 opened 1 month ago
Attention: Patch coverage is 45.00000%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 72.37%. Comparing base (
e94be71
) to head (6d0d701
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...c/main/java/com/thealgorithms/strings/Pangram.java | 45.00% | 9 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hello everyone, I am ne in this contributing world, just checking in on my pull request. I'm excited to learn from your feedback and improve my contributions. Thanks!
Updated the Pangram.java file by adding a bitwise approach and improving code readability
clang-format -i --style=file path/to/your/file.java