File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # yamllint disable rule:line-length
3+
4+ on :
5+ push :
6+ branches : ['main']
7+ paths : ['codecovcli_commands']
8+ pull_request :
9+ paths : ['codecovcli_commands']
10+
11+ jobs :
12+ run :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : Checkout
16+ uses : actions/checkout@v4
17+ - name : Install GitHub CLI
18+ uses : dev-hanz-ops/install-gh-cli-action@v0.1.0
19+ - name : Open issue on wrapper
20+ run : |
21+ gh issue create -R codecov/wrapper -t 'New change on CLI' -b $(gh pr diff codecovcli_commands)
Original file line number Diff line number Diff line change 4040 - name : Run command_dump
4141 run : |
4242 python command_dump.py
43- - name : Detect changes
43+ - name : Detect changes on commit
4444 run : |
4545 if [ -n "$(git diff codecovcli_commands)" ]; then
4646 echo "Please run `python command_dump.py` before submitting, or install the hooks"
Original file line number Diff line number Diff line change 1+ TEST
12Usage: codecovcli [OPTIONS] COMMAND [ARGS]...
23
34Options:
You can’t perform that action at this time.
0 commit comments