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

moving finished bool into auction struct #118

Merged
merged 1 commit into from Apr 24, 2022

Conversation

tobiasehlert
Copy link
Member

finished is an auction-related value, so should be inside auction struct instead.

adjusts #115
ref #114

@tobiasehlert tobiasehlert added the go Pull requests that update Go code label Apr 24, 2022
@tobiasehlert tobiasehlert self-assigned this Apr 24, 2022
@sonarcloud
Copy link

sonarcloud bot commented Apr 24, 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

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tobiasehlert tobiasehlert linked an issue Apr 24, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 24, 2022

Codecov Report

Merging #118 (c274729) into main (ec17dc7) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   80.59%   80.59%           
=======================================
  Files          21       21           
  Lines        2669     2669           
=======================================
  Hits         2151     2151           
  Misses        451      451           
  Partials       67       67           

@tobiasehlert tobiasehlert merged commit 4e26dd7 into main Apr 24, 2022
@tobiasehlert tobiasehlert deleted the 114-houses-endpoint-finished-adjustment branch April 24, 2022 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

Houses endpoint responds with 404 on sold house
1 participant