File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments