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

WIP Minor test fixes and additions #452

Merged
merged 4 commits into from
Mar 28, 2019
Merged

Conversation

Temikus
Copy link
Member

@Temikus Temikus commented Mar 28, 2019

Temikus added 2 commits March 28, 2019 20:13
Would otherwise error out on `unless async`

Made the method synchronous by default as well
@Temikus Temikus force-pushed the monitoring_test_issue branch from 33f3e00 to d08be6b Compare March 28, 2019 09:43
@Temikus Temikus changed the title Minor test fixes and additions WIP Minor test fixes and additions Mar 28, 2019
Temikus added 2 commits March 28, 2019 21:04
This appears to have not worked before at all due to mismatched parameters.

Added a test to check the behaviour going forward.
@Temikus Temikus force-pushed the monitoring_test_issue branch from d08be6b to 67d3d06 Compare March 28, 2019 10:48
@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

Merging #452 into master will increase coverage by 0.37%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #452      +/-   ##
==========================================
+ Coverage   85.27%   85.65%   +0.37%     
==========================================
  Files         339      339              
  Lines        5840     5840              
==========================================
+ Hits         4980     5002      +22     
+ Misses        860      838      -22
Impacted Files Coverage Δ
lib/fog/compute/google/models/address.rb 98.41% <100%> (+31.74%) ⬆️
...ompute/google/requests/add_server_access_config.rb 88.88% <0%> (+11.11%) ⬆️
...ute/google/requests/delete_server_access_config.rb 88.88% <0%> (+11.11%) ⬆️

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 4efe9cc...67d3d06. Read the comment docs.

address.server = server
address.reload
assert_equal(
server,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Layout/FirstParameterIndentation: Indent the first parameter one step more than the start of the previous line.

@Temikus Temikus merged commit 4cd5962 into fog:master Mar 28, 2019
@Temikus Temikus deleted the monitoring_test_issue branch September 28, 2019 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants