We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990055 commit 0321b49Copy full SHA for 0321b49
.github/workflows/test.yml
@@ -74,7 +74,6 @@ jobs:
74
env:
75
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.pydantic-version }}
76
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
77
- - run: ls -la coverage
78
# 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
80
- name: Store coverage files
0 commit comments