File tree Expand file tree Collapse file tree
internal/plugin/coverage/cobertura Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### ❤ THANKS FOR YOUR PULL REQUEST
2+
3+ ## Proposed change
4+
5+ Describe your change and communicate why we should accept the pull request. Links to issues are helpful too, if applicable.
6+
7+ ## Types of changes
8+
9+ What types of changes is this pull request introducing to this plugin? _ Put an ` x ` in the boxes that apply_
10+
11+ - [ ] Bugfix (non-breaking change which fixes an issue)
12+ - [ ] New feature (non-breaking change which adds functionality)
13+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14+
15+ ## Checklist
16+
17+ You can fill this out after creating your PR. _ Put an ` x ` in the boxes that apply_
18+
19+ - [ ] I have added tests that prove my fix is effective or that my feature works
20+ - [ ] I have added necessary documentation (if appropriate)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212func Test_silentlyCall (t * testing.T ) {
1313 assert .Panics (t , func () {
1414 silentlyCall (func () error {
15- return errors .New ("anuthing " )
15+ return errors .New ("anything " )
1616 })
1717 })
1818}
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ module="${PARAMETER_MODULE:-}"
2222PARAMETER_RUN_DIR=" ${PARAMETER_RUN_DIR:- } "
2323branch=" ${VELA_PULL_REQUEST_TARGET:- } "
2424
25- git config --global user.name " drone "
26- git config --global user.email " drone@drone.shipt .com"
25+ git config --global user.name " vela "
26+ git config --global user.email " vela@xyz .com"
2727
2828
2929git fetch --no-tags origin " $branch "
You can’t perform that action at this time.
0 commit comments