Skip to content

Commit d65b17b

Browse files
authored
Merge pull request #383 from fortran-lang/ci/simplify-coverage
ci/simplify coverage
2 parents 2723a1c + d338b67 commit d65b17b

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Setup
2525
run: pip install .[dev]
2626

27-
- name: Unittests
28-
run: pytest --doctest-modules
29-
3027
- name: Lint
3128
run: black --diff --check --verbose .
3229

@@ -35,25 +32,8 @@ jobs:
3532
python3 -m fortls.schema
3633
git diff --exit-code ./fortls/fortls.schema.json
3734
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
35+
- name: Unittests
36+
run: pytest --doctest-modules
5737

5838
- name: Upload coverage to Codecov
5939
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)