influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
424 stars 129 forks source link

feat: updates service accept header to application/json #733

Closed karel-rehor closed 12 hours ago

karel-rehor commented 4 weeks ago

Closes #719 Closes #744

Proposed Changes

Checklist

codecov-commenter commented 3 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 87.85047% with 13 lines in your changes missing coverage. Please review.

Project coverage is 88.51%. Comparing base (546197d) to head (92295f9). Report is 10 commits behind head on master.

Files Patch % Lines
...influxdb/client/internal/InfluxQLQueryApiImpl.java 91.56% 4 Missing and 3 partials :warning:
...n/java/com/influxdb/internal/AbstractQueryApi.java 28.57% 4 Missing and 1 partial :warning:
...java/com/influxdb/client/domain/InfluxQLQuery.java 94.11% 0 Missing and 1 partial :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #733 +/- ## ============================================ + Coverage 88.37% 88.51% +0.14% + Complexity 786 784 -2 ============================================ Files 174 174 Lines 7091 7195 +104 Branches 391 405 +14 ============================================ + Hits 6267 6369 +102 + Misses 698 696 -2 - Partials 126 130 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.