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: Checks the health of a running InfluxDB instance by querying the /health #14

Merged
merged 1 commit into from Mar 30, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Mar 20, 2020

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added this to the 1.2.0 milestone Mar 20, 2020
@bednar bednar requested a review from rhajek March 20, 2020 06:57
@codecov-io
Copy link

codecov-io commented Mar 20, 2020

Codecov Report

Merging #14 into master will increase coverage by 5.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #14      +/-   ##
============================================
+ Coverage     79.96%   85.02%   +5.05%     
- Complexity      262      268       +6     
============================================
  Files            13       14       +1     
  Lines           584      601      +17     
============================================
+ Hits            467      511      +44     
+ Misses          117       90      -27     
Impacted Files Coverage Δ Complexity Δ
src/InfluxDB2/Client.php 100.00% <100.00%> (ø) 6.00 <1.00> (+1.00)
src/InfluxDB2/DefaultApi.php 80.85% <100.00%> (+2.27%) 14.00 <9.00> (+2.00)
src/InfluxDB2/HealthApi.php 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/InfluxDB2/ObjectSerializer.php 40.49% <0.00%> (+22.31%) 61.00% <0.00%> (ø%)

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 7f6c5eb...44bc7db. Read the comment docs.

@bednar bednar merged commit b7006a2 into master Mar 30, 2020
@bednar bednar deleted the feature/health branch March 30, 2020 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants