We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb2231 commit 47dbbcdCopy full SHA for 47dbbcd
.github/workflows/ci.yml
@@ -42,8 +42,3 @@ 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