Skip to content

Exclude time range check in report details for notebooks reports#116

Closed
davidcui1225 wants to merge 1 commit intomainfrom
report-details-notebooks-fix
Closed

Exclude time range check in report details for notebooks reports#116
davidcui1225 wants to merge 1 commit intomainfrom
report-details-notebooks-fix

Conversation

@davidcui1225
Copy link
Copy Markdown
Contributor

Signed-off-by: David Cui davidcui@amazon.com

Description

Exclude checking time range for notebooks report details

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Signed-off-by: David Cui <davidcui@amazon.com>
Copy link
Copy Markdown
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a more precise identifier other than notebooks-dashboards string? if not it's fine

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 8, 2021

Codecov Report

Merging #116 (53d183c) into main (c0b29d3) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #116   +/-   ##
=========================================
  Coverage     63.40%   63.41%           
  Complexity      309      309           
=========================================
  Files           101      101           
  Lines          4400     4401    +1     
  Branches        668      669    +1     
=========================================
+ Hits           2790     2791    +1     
  Misses         1442     1442           
  Partials        168      168           
Flag Coverage Δ
dashboards-reports 76.01% <100.00%> (+0.01%) ⬆️
reports-scheduler 53.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../components/main/report_details/report_details.tsx 73.73% <100.00%> (+0.26%) ⬆️

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 c0b29d3...53d183c. Read the comment docs.

@davidcui1225
Copy link
Copy Markdown
Contributor Author

is there a more precise identifier other than notebooks-dashboards string? if not it's fine

Yes I'll replace it with checking reportParams.report_source, was in a rush with using the URL check.

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.

3 participants