-
Notifications
You must be signed in to change notification settings - Fork 45
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
front: create stdcm simulation sheet #7080
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #7080 +/- ##
=============================================
+ Coverage 28.34% 87.15% +58.80%
=============================================
Files 1095 29 -1066
Lines 137950 1502 -136448
Branches 2761 0 -2761
=============================================
- Hits 39102 1309 -37793
+ Misses 97248 193 -97055
+ Partials 1600 0 -1600
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ff76b54
to
9ea8dc3
Compare
85d42be
to
f78b5bf
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7080 +/- ##
============================================
- Coverage 29.44% 29.22% -0.23%
Complexity 2012 2012
============================================
Files 1162 1165 +3
Lines 143499 144559 +1060
Branches 2808 2811 +3
============================================
- Hits 42254 42248 -6
- Misses 99587 100650 +1063
- Partials 1658 1661 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c4d522c
to
4a56f30
Compare
5cde537
to
aadf2da
Compare
646a4e8
to
c43cd24
Compare
c43cd24
to
c34237c
Compare
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.
Very nice PR !! Left some comments :)
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
d4a2138
to
fa4224e
Compare
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
1bdbe35
to
0f30da9
Compare
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportStyleSheet.ts
Outdated
Show resolved
Hide resolved
front/src/applications/stdcm/components/SimulationReportStyleSheet.ts
Outdated
Show resolved
Hide resolved
13296ab
to
32566e3
Compare
front/src/applications/stdcm/components/SimulationReportSheet.tsx
Outdated
Show resolved
Hide resolved
94d60a9
to
300c917
Compare
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.
LGTM ✅ tested
I just left some comments, you can fix them in your next PR
300c917
to
1b28e16
Compare
1b28e16
to
79dc723
Compare
Create a simulation report sheet in STDCM.
closes #6992
closes #6998
closes #7009