Skip to content

feat: update flux-dsl#150

Merged
bednar merged 2 commits intomasterfrom
feat/update-dsl
Sep 11, 2020
Merged

feat: update flux-dsl#150
bednar merged 2 commits intomasterfrom
feat/update-dsl

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Sep 10, 2020

Closes #149

Proposed Changes

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 10, 2020

Codecov Report

Merging #150 into master will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #150      +/-   ##
============================================
+ Coverage     90.38%   90.46%   +0.08%     
+ Complexity      441      439       -2     
============================================
  Files           137      137              
  Lines          5388     5393       +5     
  Branches        204      206       +2     
============================================
+ Hits           4870     4879       +9     
+ Misses          441      439       -2     
+ Partials         77       75       -2     
Impacted Files Coverage Δ Complexity Δ
...va/com/influxdb/query/dsl/functions/FirstFlux.java 100.00% <ø> (ø) 2.00 <0.00> (-1.00)
...ava/com/influxdb/query/dsl/functions/LastFlux.java 100.00% <ø> (ø) 2.00 <0.00> (-1.00)
...dsl/src/main/java/com/influxdb/query/dsl/Flux.java 96.02% <100.00%> (-0.03%) 139.00 <8.00> (-1.00)
...va/com/influxdb/query/dsl/functions/CountFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...va/com/influxdb/query/dsl/functions/LimitFlux.java 100.00% <100.00%> (ø) 4.00 <1.00> (+1.00)
...java/com/influxdb/query/dsl/functions/MaxFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...ava/com/influxdb/query/dsl/functions/MeanFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...java/com/influxdb/query/dsl/functions/MinFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...ava/com/influxdb/query/dsl/functions/SkewFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
...a/com/influxdb/query/dsl/functions/SpreadFlux.java 100.00% <100.00%> (ø) 3.00 <1.00> (ø)
... and 3 more

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 f341e00...db4ad3a. Read the comment docs.

@bednar bednar marked this pull request as ready for review September 10, 2020 10:37
@bednar bednar requested a review from rhajek September 10, 2020 10:37
@bednar bednar merged commit 6a678cc into master Sep 11, 2020
@bednar bednar deleted the feat/update-dsl branch September 11, 2020 11:27
@bednar bednar added this to the 1.12.0 milestone Sep 11, 2020
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.

count function support column parameter

3 participants