Skip to content

Commit

Permalink
Fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 11, 2024
1 parent 6255c23 commit 1fae77e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@ 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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.python-version }}
COVERALLS_PARALLEL: true

Coveralls:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1fae77e

Please sign in to comment.