Skip to content

Commit

Permalink
Updated for cov xml report
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Oct 8, 2024
1 parent 719a4f7 commit 73f926b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
pylint service tests --max-line-length=127
- name: Run unit tests with PyTest
run: pytest --pspec --cov=service --cov-fail-under=95
run: pytest --pspec --cov=service --cov-report=xml --cov-fail-under=95
env:
DATABASE_URI: "redis://redis:6379"

# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
# and then uncomment the following 4 lines during hands-on lab
# and then uncomment the CodeCov action during hands-on lab

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3.1.4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}


0 comments on commit 73f926b

Please sign in to comment.