Skip to content

Commit e85f9f5

Browse files
committed
👷 Update CI
1 parent 4b87371 commit e85f9f5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,21 +69,14 @@ jobs:
6969
if: matrix.python-version != '3.7' && matrix.pydantic-version == 'pydantic-v2'
7070
run: bash scripts/lint.sh
7171
- run: mkdir coverage
72-
# TODO: remove this
73-
# - name: Setup tmate session
74-
# uses: mxschmitt/action-tmate@v3
75-
# with:
76-
# limit-access-to-actor: true
77-
# env:
78-
# COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
79-
# CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8072
- name: Test
8173
run: bash scripts/test.sh
8274
env:
8375
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
8476
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
8577
- run: ls -la coverage
8678
# TODO: if removing Smokeshow, and moving only to Codecov, remove this
79+
# Upload files before running Codecov, as it generates an extra file coverage/coverage.xml, and that breaks coverage-combine
8780
- name: Store coverage files
8881
uses: actions/upload-artifact@v4
8982
with:

0 commit comments

Comments
 (0)