File tree Expand file tree Collapse file tree 7 files changed +8
-19
lines changed Expand file tree Collapse file tree 7 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 1
1
[run]
2
2
dynamic_context = test_function
3
- omit = fortls/__init__.py
3
+ omit =
4
+ fortls/__init__.py
5
+ fortls/version.py
4
6
5
7
[report]
6
8
exclude_lines =
Original file line number Diff line number Diff line change 22
22
architecture : x64
23
23
24
24
- name : Setup
25
- run : pip install .[tests ]
25
+ run : pip install .[dev ]
26
26
27
27
- name : Unittests
28
28
run : pytest -v
41
41
42
42
- name : Coverage report
43
43
run : |
44
- pip install .[tests ]
44
+ pip install .[dev ]
45
45
pytest --cov=fortls --cov-report=xml
46
46
47
47
- name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- uses : actions/checkout@v2
21
-
22
- # # This is a temporary workaround until GitHub Actions start natively
23
- # # supporting signed commits like they should
24
- # - name: Import GPG key
25
- # id: import_gpg
26
- # uses: crazy-max/ghaction-import-gpg@v4
27
- # with:
28
- # gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
29
- # passphrase: ${{ secrets.PASSPHRASE }}
30
- # git_user_signingkey: true
31
- # git_commit_gpgsign: true
32
-
33
21
- name : Set up Python
34
22
uses : actions/setup-python@v2
35
23
with :
Original file line number Diff line number Diff line change 2
2
.vscode
3
3
* .egg-info
4
4
dist /
5
+ build /
5
6
docs /_build /
6
7
docs /fortls_changes.md
7
8
fortls /_version.py
Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ console_scripts =
42
42
fortls = fortls.__init__:main
43
43
44
44
[options.extras_require]
45
- tests =
45
+ dev =
46
46
pytest >= 5.4.3
47
47
pytest-cov >= 2.12.1
48
48
black
49
+ isort
49
50
docs =
50
51
sphinx ~= 4.0.0
51
52
sphinx_rtd_theme
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments