Skip to content

Commit e3c35ac

Browse files
authored
Add coveralls into GitHub actions
1 parent 6651000 commit e3c35ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
- name: Lint with flake8
3333
run: flake8
3434
- name: Test with pytest
35-
run: pytest --junitxml=junit/test-results.xml --cov=ovh --cov-report=xml --cov-report=html
35+
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

Comments
 (0)