Skip to content

Commit 5df8903

Browse files
Add coveralls github action
1 parent 5911a8f commit 5df8903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ jobs:
121121
TOXPYTHON: '${{ matrix.toxpython }}'
122122
run: >
123123
tox -e ${{ matrix.tox_env }} -v
124+
- name: Coveralls
125+
uses: coverallsapp/github-action@master
126+
with:
127+
github-token: ${{ secrets.GITHUB_TOKEN }}
124128

125129
deploy_docs:
126130
name: Deploy docs to GitHub Pages

0 commit comments

Comments
 (0)