We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a56b9d commit 684a2a3Copy full SHA for 684a2a3
.github/workflows/plugin-tests.yml
@@ -143,6 +143,7 @@ jobs:
143
if: matrix.build_type == 'backend' && steps.check_spec.outputs.files_exists == 'true'
144
run: |
145
if [ -e plugins/${{ steps.repo-name.outputs.value }}/.simplecov ]
146
+ then
147
cp plugins/${{ steps.repo-name.outputs.value }}/.simplecov .simplecov
148
export COVERAGE=1
149
fi
0 commit comments