We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f2083 commit fbb2231Copy full SHA for fbb2231
.github/workflows/ci.yml
@@ -42,3 +42,8 @@ jobs:
42
43
- name: Test with pytest
44
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