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 2723a1c commit 6759192Copy full SHA for 6759192
.github/workflows/main.yml
@@ -35,26 +35,6 @@ jobs:
35
python3 -m fortls.schema
36
git diff --exit-code ./fortls/fortls.schema.json
37
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
58
- name: Upload coverage to Codecov
59
uses: codecov/codecov-action@v4
60
with:
0 commit comments