Skip to content

Commit

Permalink
Change report format
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Apr 7, 2023
1 parent 4a5abf3 commit 2158622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: "Pylint Tests"
run: "poetry run invoke backend.pylint"
- name: "Unit Tests"
run: "poetry run pytest -v --cov=infrahub --cov-report term-missing backend/tests/unit"
run: "poetry run pytest -v --cov=infrahub --cov-report term-missing --cov-report xml backend/tests/unit"
- name: "Coveralls : Unit Tests"
uses: coverallsapp/[email protected]
with:
flag-name: backend-unit
- name: "Integration Tests : User Workflows"
run: "poetry run pytest -v --cov=infrahub --cov-report term-missing backend/tests/integration/user_workflows/"
run: "poetry run pytest -v --cov=infrahub --cov-report term-missing --cov-report xml backend/tests/integration/user_workflows/"
- name: "Coveralls : Integration Tests"
uses: coverallsapp/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.coverage
coverage.xml
*.pyc
*.env
script.py
Expand Down

0 comments on commit 2158622

Please sign in to comment.