Skip to content

Commit

Permalink
Trying to increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Oct 18, 2021
1 parent 88645b1 commit d3e319b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: install coveralls
run: pip install coveralls


- name: Generate coverage
run: coverage run --include=iiif-presentation-validator.py setup.py test

- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
Expand Down

0 comments on commit d3e319b

Please sign in to comment.