Skip to content

Conversation

@delvedor
Copy link
Member

As titled, also fixed a minor bug in the stats generation of the bulk helper.

@delvedor delvedor merged commit 85616b0 into master Mar 24, 2020
@delvedor delvedor deleted the code-coverage branch March 24, 2020 11:27
@github-actions
Copy link
Contributor

The backport to 7.x failed:

The process 'git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.x 7.x
# Navigate to the new working tree
cd .worktrees/backport-7.x
# Create a new branch
git switch --create backport-1124-to-7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 85616b07ef145d98cd8544ec09313c3575f60fbe
# Push it to GitHub
git push --set-upstream origin backport-1124-to-7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.x

Then, create a pull request where the base branch is 7.x and the compare/head branch is backport-1124-to-7.x.

delvedor added a commit that referenced this pull request Mar 24, 2020
* Helpers: Fixed stats counting

* Improve code coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants