Skip to content

Commit

Permalink
Actually fix the github runner probably
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhPhan8803 committed Oct 27, 2022
1 parent 7a52668 commit f0f444c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Build coverage file
run: |
pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=. | tee pytest-coverage.txt
env:
LD_LIBRARY_PATH: /usr/local/lib
working-directory: src/backend

- name: Pytest coverage comment
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ jobs:
- name: Test with pytest
run: |
pytest
env:
LD_LIBRARY_PATH: /usr/local/lib
working-directory: src/backend

3 comments on commit f0f444c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
35 0 💤 0 ❌ 0 🔥 0.532s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
35 0 💤 0 ❌ 0 🔥 0.498s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL1710100%

Tests Skipped Failures Errors Time
35 0 💤 0 ❌ 0 🔥 0.603s ⏱️

Please sign in to comment.