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 1d6ca35 commit 86f2104Copy full SHA for 86f2104
.github/workflows/ci_poetry.yml
@@ -118,18 +118,6 @@ jobs:
118
path: coverage-data-tasks-${{ matrix.python-version }}*
119
120
121
- - name: Test core library with pytest
122
- env:
123
- COVERAGE_FILE: coverage-data-core-${{ matrix.python-version }}
124
- run: poetry run coverage run -m pytest tests --ignore tests/tasks --ignore tests/dev
125
-
126
- - name: Upload coverage data
127
- uses: actions/upload-artifact@v4
128
- with:
129
- name: coverage-data-core-${{ matrix.python-version }}
130
- path: coverage-data-core-${{ matrix.python-version }}*
131
132
133
coverage:
134
name: Coverage
135
runs-on: ubuntu-22.04
0 commit comments