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 24
24
- name : Setup
25
25
run : pip install .[dev]
26
26
27
- - name : Unittests
28
- run : pytest --doctest-modules
29
-
30
27
- name : Lint
31
28
run : black --diff --check --verbose .
32
29
35
32
python3 -m fortls.schema
36
33
git diff --exit-code ./fortls/fortls.schema.json
37
34
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
57
37
58
38
- name : Upload coverage to Codecov
59
39
uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments