Closed michaelahojna closed 2 years ago
Base: 74.67% // Head: 74.93% // Increases project coverage by +0.25%
:tada:
Coverage data is based on head (
bf89298
) compared to base (8b21fdc
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Proposed Changes
Adding possibility of accessing response data in Array FluxRecord.row.
In case of using pivot on data, where field contains labels that occur by default in the annotated CSV (f.e. "result" or "table"), could be duplicated column names in response. In that case FluxRecord.values, which hold only unique keys, doesn't show complete data. This edge case is solved by using FluxRecord.row.
Checklist
make test
completes successfully