Skip to content

Commit

Permalink
Merge pull request #39 from yeger00/coverage
Browse files Browse the repository at this point in the history
Add code coverage
  • Loading branch information
yeger00 authored Dec 15, 2023
2 parents acc5105 + c10d775 commit 3b18e00
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 103 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ jobs:
run: make lint

- name: test
run: make test
run: PYTEST_FLAGS='--cov-report html --cov-report term --cov=pylspclient --cov-branch' make test

- name: upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: ./htmlcov
Loading

0 comments on commit 3b18e00

Please sign in to comment.