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.
2 parents 90ff2ce + 460f19b commit dbe172fCopy full SHA for dbe172f
.github/workflows/main.yml
@@ -30,7 +30,6 @@ jobs:
30
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
31
- name: Install dependencies
32
run: |
33
- python -m pip install -U codecov
34
pip install -e ".[test]"
35
- name: Run the tests
36
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
@@ -41,9 +40,6 @@ jobs:
41
40
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
42
43
python -m pytest -vv || python -m pytest -vv --lf
44
- - name: Coverage
45
- run: |
46
- codecov
47
48
pre-commit:
49
runs-on: ubuntu-latest
0 commit comments