Skip to content

Commit

Permalink
tests: Add Coveralls job
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jun 20, 2024
1 parent 8b86306 commit fa0a5ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ jobs:
paster --plugin=ckan db init -c test.ini
- name: Run tests
run: nosetests --ckan --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.subscribe --cover-inclusive --cover-erase --cover-tests ckanext/subscribe

finish:
needs: test
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2
with:
parallel: true
parallel-finished: true
carryforward: "run-1,run-2"

0 comments on commit fa0a5ee

Please sign in to comment.