File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments