Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yeger00 committed Dec 14, 2023
1 parent acc5105 commit c10d775
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 c10d775

Please sign in to comment.