Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implemented solution for puzzle 2023/day01 #284

Merged
merged 12 commits into from
Dec 1, 2023

refactor: Simplify code

9c720e5
Select commit
Loading
Failed to load commit list.
Merged

feat: Implemented solution for puzzle 2023/day01 #284

refactor: Simplify code
9c720e5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2023 in 1s

78.03% (+0.22%) compared to 969c2ff

View this Pull Request on Codecov

78.03% (+0.22%) compared to 969c2ff

Details

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (969c2ff) 77.80% compared to head (9c720e5) 78.03%.
Report is 1 commits behind head on master.

Files Patch % Lines
internal/puzzles/solutions/2023/day01/solution.go 86.48% 6 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
+ Coverage   77.80%   78.03%   +0.22%     
==========================================
  Files          41       42       +1     
  Lines        2794     2868      +74     
==========================================
+ Hits         2174     2238      +64     
- Misses        511      517       +6     
- Partials      109      113       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.