Skip to content

Commit 6759192

Browse files
committed
ci: simplify coverage step
1 parent 2723a1c commit 6759192

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,6 @@ jobs:
3535
python3 -m fortls.schema
3636
git diff --exit-code ./fortls/fortls.schema.json
3737
38-
coverage:
39-
strategy:
40-
matrix:
41-
os: [ubuntu-latest, windows-latest]
42-
python-version: ["3.8","3.10"]
43-
fail-fast: false
44-
runs-on: ${{ matrix.os }}
45-
46-
steps:
47-
- uses: actions/checkout@v4
48-
- uses: actions/setup-python@v5
49-
with:
50-
python-version: ${{ matrix.python-version }}
51-
52-
- name: Coverage report
53-
run: |
54-
pip install .[dev]
55-
pytest --doctest-modules
56-
shell: bash
57-
5838
- name: Upload coverage to Codecov
5939
uses: codecov/codecov-action@v4
6040
with:

0 commit comments

Comments
 (0)