Skip to content

Commit fbb2231

Browse files
author
Joel Collins
committed
Added Coveralls
1 parent 42f2083 commit fbb2231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ jobs:
4242

4343
- name: Test with pytest
4444
run: poetry run pytest --cov-report term-missing --cov=labthings ./tests
45+
46+
- name: Coveralls
47+
uses: coverallsapp/github-action@master
48+
with:
49+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)