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
Merged

Conversation

obalunenko
Copy link
Owner

Description

Implemented solution for puzzle https://adventofcode.com/2023/day/1

Github Issue

#283

Possible failures/side-effects

N/A

Other notes

N/A

@obalunenko obalunenko self-assigned this Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

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.

Copy link

sonarcloud bot commented Dec 1, 2023

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 0 Code Smells

92.1% 92.1% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@obalunenko obalunenko merged commit d69fb28 into master Dec 1, 2023
12 checks passed
@obalunenko obalunenko deleted the 2023/day01 branch December 1, 2023 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant