-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix undefined date error while generating CSV report #309
Fix undefined date error while generating CSV report #309
Conversation
Signed-off-by: Rupal Mahajan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fix-undefined-date-csv-error #309 +/- ##
================================================================
- Coverage 74.47% 74.44% -0.03%
================================================================
Files 30 30
Lines 1904 1906 +2
Branches 410 413 +3
================================================================
+ Hits 1418 1419 +1
- Misses 483 484 +1
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Rupal Mahajan <[email protected]>
This reverts commit 9471f30. Signed-off-by: Rupal Mahajan <[email protected]>
will raise separate PR to increase test coverage |
241c6f5
into
opensearch-project:fix-undefined-date-csv-error
* Fix undefined date while generating csv Signed-off-by: Rupal Mahajan <[email protected]> * Add test Signed-off-by: Rupal Mahajan <[email protected]> * Revert "Add test" This reverts commit 9471f30. Signed-off-by: Rupal Mahajan <[email protected]> --------- Signed-off-by: Rupal Mahajan <[email protected]> (cherry picked from commit 241c6f5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix undefined date while generating csv * Add test * Revert "Add test" This reverts commit 9471f30. --------- (cherry picked from commit 241c6f5) Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Issues Resolved
#308
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.