There was an error while loading. Please reload this page.
1 parent 645ce5e commit ffcca3dCopy full SHA for ffcca3d
1 file changed
.github/workflows/python-package.yml
@@ -49,11 +49,9 @@ jobs:
49
--header 'Content-Type: application/json' \
50
--header 'X-Session-Token: ${{ secrets.NOTEHUB_SESSION_TOKEN }}' \
51
--data '{"req":"note.add","file":"build_results.qi","body":{"result":"running_tests"}}'
52
- - name: Test with pytest
53
- run: |
54
- pytest
55
- name: Coveralls GitHub Action
56
uses: coverallsapp/github-action@1.1.3
+ - name: Test with pytest
57
run: |
58
coverage run -m pytest
59
coveralls
0 commit comments