-
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
editoast: include project and study in the endpoints responses #5981
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #5981 +/- ##
============================================
+ Coverage 26.51% 26.56% +0.05%
Complexity 2117 2117
============================================
Files 930 930
Lines 122714 122798 +84
Branches 2669 2669
============================================
+ Hits 32542 32626 +84
Misses 88595 88595
Partials 1577 1577
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.
Looks good, a few comments and some transactions are missing
8272f9b
to
1aeef0d
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.
Thanks for adding the transactions! A few comments to tidy things up a bit before merging.
1aeef0d
to
b4b5b49
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.
Last batch of changes, I swear 😅
You also have a failing CI test. You have to update the integration tests to accept the new scenario response schema.
b4b5b49
to
0fb7cbc
Compare
c06a670
to
1cdac85
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.
Thanks
1cdac85
to
e03cfc3
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.
Tested, thanks! (reviewed editoast changes)
79f3ef8
to
332e424
Compare
closes #5825