Skip to content

Commit

Permalink
Merge pull request #147 from gm3dmo/gm3dmo-patch-2
Browse files Browse the repository at this point in the history
Update cmp-test.yml
  • Loading branch information
gm3dmo authored Jan 9, 2024
2 parents ee15f05 + b03871d commit b934870
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ 3.11, 3.12 ]
python-version: [ 3.11 ]
os: [ ubuntu-latest ]
steps:
- name: Checkout CMP code
Expand All @@ -45,16 +45,15 @@ 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
token: ${{ secrets.GITHUB_TOKEN }}
github-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
cov.info

0 comments on commit b934870

Please sign in to comment.