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

Implement 2015/day02 #38

Merged
merged 5 commits into from
Nov 8, 2021
Merged

Implement 2015/day02 #38

merged 5 commits into from
Nov 8, 2021

Conversation

obalunenko
Copy link
Owner

@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #38 (3c6d07d) into master (269fd27) will increase coverage by 1.50%.
The diff coverage is 90.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   72.47%   73.97%   +1.50%     
==========================================
  Files          18       19       +1     
  Lines        1097     1199     +102     
==========================================
+ Hits          795      887      +92     
- Misses        231      236       +5     
- Partials       71       76       +5     
Impacted Files Coverage Δ
internal/puzzles/solutions/2015/day02/solution.go 90.19% <90.19%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 269fd27...3c6d07d. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Nov 8, 2021

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

94.6% 94.6% Coverage
0.0% 0.0% Duplication

@obalunenko obalunenko merged commit c34d5b0 into master Nov 8, 2021
@obalunenko obalunenko deleted the 2015/day02 branch November 8, 2021 12:26
obalunenko added a commit that referenced this pull request Nov 8, 2021
* ci: Update sonar configs

* feat(puzzles): Initial commit for 2015/day02

* feat: Implement part 1 of 2015/day02

* feat: Implement part 2 of 2015/day02

* refactor: Fix linter warning
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.

None yet

1 participant