Skip to content
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

Bugfix/release 1.3.0 #1238

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Bugfix/release 1.3.0 #1238

merged 2 commits into from
Jul 24, 2024

Conversation

RomuDeuxfois
Copy link
Member

No description provided.

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.32%. Comparing base (c0c1c7f) to head (2052816).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1238      +/-   ##
============================================
+ Coverage     28.52%   29.32%   +0.80%     
- Complexity     1271     1315      +44     
============================================
  Files           507      507              
  Lines         13011    13192     +181     
  Branches        746      801      +55     
============================================
+ Hits           3711     3869     +158     
- Misses         9148     9175      +27     
+ Partials        152      148       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -165,7 +165,7 @@ const ExerciseInjects: FunctionComponent<Props> = () => {
switch (action.type) {
case 'ADD':
if (isNotEmptyField(injectToUpdate[`inject_${action.field}`])) {
injectToUpdate[`inject_${action.field}`] = R.uniq([...injectToUpdate[`inject_${action.field}`], action.values.map((n) => n.value)]);
injectToUpdate[`inject_${action.field}`] = R.uniq([...injectToUpdate[`inject_${action.field}`], ...action.values.map((n) => n.value)]);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

I also made this fix in scenario injects on the bulk delete PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Great, the conflict will be easy to manage :)

@RomuDeuxfois RomuDeuxfois merged commit ca58ffc into master Jul 24, 2024
6 checks passed
@RomuDeuxfois RomuDeuxfois deleted the bugfix/release-1.3.0 branch July 24, 2024 08:33
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.

2 participants