Skip to content

Commit

Permalink
Update cmp-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo authored Jan 9, 2024
1 parent ee15f05 commit 0bdb7d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ jobs:
python manage.py test
- name: Run test with coverage report
run: |
pytest
pytest --cov-report lcov:cov.info
- name: Coveralls Coverage Report
uses: coverallsapp/[email protected]
with:
coverageFile: coverage.xml
coverageFile: lcov.info
token: ${{ secrets.GITHUB_TOKEN }}
if: needs.pr-check.outputs.number != 'null'
- name: Artifact Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: |
coverage.xml
lcov.info

0 comments on commit 0bdb7d8

Please sign in to comment.