mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Might fix actions?
This commit is contained in:
4
.github/workflows/django.yml
vendored
4
.github/workflows/django.yml
vendored
@@ -50,11 +50,13 @@ jobs:
|
|||||||
python manage.py check
|
python manage.py check
|
||||||
python manage.py makemigrations --check --dry-run
|
python manage.py makemigrations --check --dry-run
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
uses: paambaati/codeclimate-action@v2.2.4
|
uses: paambaati/codeclimate-action@v2.7.5
|
||||||
env:
|
env:
|
||||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
||||||
with:
|
with:
|
||||||
coverageCommand: coverage run -m pytest --cov=PyRIGS -n 8
|
coverageCommand: coverage run -m pytest --cov=PyRIGS -n 8
|
||||||
|
coverageLocations: |
|
||||||
|
${{github.workspace}}/.coverage
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user