We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651000 commit e3c35acCopy full SHA for e3c35ac
.github/workflows/test.yaml
@@ -32,4 +32,6 @@ jobs:
32
- name: Lint with flake8
33
run: flake8
34
- name: Test with pytest
35
- run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html
+ run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html --cov-report=lcov:coverage/cov.info
36
+ - name: Coveralls GitHub Action
37
+ uses: coverallsapp/github-action@v2.0.0
0 commit comments