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 2022/day01 #207

Merged
merged 9 commits into from
Dec 4, 2022
Merged

Conversation

obalunenko
Copy link
Owner

Description

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

Github Issue

Closes #206

Possible failures/side-effects

none

Other notes

none

@obalunenko obalunenko self-assigned this Dec 1, 2022
@obalunenko obalunenko force-pushed the 2022/day01 branch 2 times, most recently from 3bc3dda to a1b2b47 Compare December 1, 2022 16:37
@obalunenko obalunenko changed the title Implemented solution for puzzle 2022/day01 feat: Implemented solution for puzzle 2022/day01 Dec 1, 2022
@codecov
Copy link

codecov bot commented Dec 4, 2022

Codecov Report

Base: 77.97% // Head: 78.20% // Increases project coverage by +0.22% 🎉

Coverage data is based on head (12485f2) compared to base (ed2a9f5).
Patch coverage: 85.89% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #207      +/-   ##
==========================================
+ Coverage   77.97%   78.20%   +0.22%     
==========================================
  Files          40       41       +1     
  Lines        2711     2789      +78     
==========================================
+ Hits         2114     2181      +67     
- Misses        490      499       +9     
- Partials      107      109       +2     
Impacted Files Coverage Δ
internal/puzzles/solutions/2022/day01/solution.go 85.89% <85.89%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@obalunenko obalunenko marked this pull request as ready for review December 4, 2022 21:36
@sonarcloud
Copy link

sonarcloud bot commented Dec 4, 2022

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

89.4% 89.4% Coverage
0.0% 0.0% Duplication

@obalunenko obalunenko merged commit ce7ca53 into master Dec 4, 2022
@obalunenko obalunenko deleted the 2022/day01 branch December 4, 2022 21:51
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.

Implement solution for puzzle 2022/day01
1 participant