Closed eranl closed 1 year ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
d3a7bbc
) 61.22% compared to head (32d31ac
) 61.28%.:exclamation: Current head 32d31ac differs from pull request most recent head aeaba32. Consider uploading reports for the commit aeaba32 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/main/java/org/influxdb/dto/Point.java | 81.81% | 0 Missing and 2 partials :warning: |
...n/java/org/influxdb/impl/InfluxDBResultMapper.java | 88.88% | 0 Missing and 1 partial :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
if
@Column
is used without a name, the annotated field's name is used as the column name.In addition, when a pojo is annotated with
@Measurement(name = "...", allFields = true)
, then all its fields are loaded or saved. Finally, an@Exclude
annotation can be used for opting a field out in this mode.Fixes #971.