influxdata / influxdb-client-java

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

feat: findTasksStream #647

Closed Sciator closed 9 months ago

Sciator commented 9 months ago

Closes #646

Proposed Changes

adds findTasksStream

Checklist

codecov-commenter commented 9 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (347003a) 88.36% compared to head (ded0925) 88.39%.

Files Patch % Lines
...ava/com/influxdb/client/internal/TasksApiImpl.java 82.35% 3 Missing and 3 partials :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #647 +/- ## ============================================ + Coverage 88.36% 88.39% +0.02% + Complexity 779 777 -2 ============================================ Files 172 172 Lines 7024 7058 +34 Branches 383 389 +6 ============================================ + Hits 6207 6239 +32 + Misses 698 697 -1 - Partials 119 122 +3 ```

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