Skip to content

Commit b0885a2

Browse files
committed
fix debug on test acton
1 parent e8e89b2 commit b0885a2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# https://github.com/codecov/codecov-python/issues/136
2+
coverage:
3+
fixes:
4+
- "__init__.py::enum_properties/__init__.py"

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
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 }}
@@ -93,6 +98,11 @@ jobs:
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 }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)