File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # https://github.com/codecov/codecov-python/issues/136
2+ coverage :
3+ fixes :
4+ - " __init__.py::enum_properties/__init__.py"
Original file line number Diff line number Diff line change 4747 if : ${{ github.event.inputs.debug == 'true' }}
4848 run : |
4949 sudo apt install emacs
50+ - name : Setup tmate session
51+ if : ${{ github.event.inputs.debug == 'true' }}
52+ uses : mxschmitt/action-tmate@v3.19
53+ with :
54+ detached : true
5055 - name : Install Dependencies
5156 run : |
5257 just setup ${{ steps.sp.outputs.python-path }}
9398 if : ${{ github.event.inputs.debug == 'true' }}
9499 run : |
95100 brew install emacs
101+ - name : Setup tmate session
102+ if : ${{ github.event.inputs.debug == 'true' }}
103+ uses : mxschmitt/action-tmate@v3.19
104+ with :
105+ detached : true
96106 - name : Install Dependencies
97107 run : |
98108 just setup ${{ steps.sp.outputs.python-path }}
@@ -138,6 +148,11 @@ jobs:
138148 - name : install-vim-windows
139149 if : ${{ github.event.inputs.debug == 'true' }}
140150 uses : rhysd/action-setup-vim@v1
151+ - name : Setup tmate session
152+ if : ${{ github.event.inputs.debug == 'true' }}
153+ uses : mxschmitt/action-tmate@v3.19
154+ with :
155+ detached : true
141156 - name : Install Dependencies
142157 run : |
143158 just setup ${{ steps.sp.outputs.python-path }}
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ ipython_config.py
8383
8484# pyenv
8585.python-version
86+ .python_version
8687
8788# pipenv
8889# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
You can’t perform that action at this time.
0 commit comments