Skip to content

Commit 047fb98

Browse files
committed
Add code coverage
1 parent acc5105 commit 047fb98

File tree

3 files changed

+199
-103
lines changed

3 files changed

+199
-103
lines changed

.github/workflows/test-pkg.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ jobs:
2727
run: make lint
2828

2929
- name: test
30-
run: make test
30+
run: PYTEST_FLAGS='--cov-report json --cov-report term --cov=pylspclient --cov-branch' make test
31+
32+
- name: upload coverage
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: coverage
36+
path: ./htmlcov

0 commit comments

Comments
 (0)