mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-25 01:12:16 +00:00
Use Coveralls Github Action
This commit is contained in:
8
.github/workflows/django.yml
vendored
8
.github/workflows/django.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pycodestyle
|
pip install pycodestyle coverage
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
- name: Basic Checks
|
- name: Basic Checks
|
||||||
@@ -47,7 +47,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Coverage
|
- name: Coveralls GitHub Action
|
||||||
run: |
|
uses: coverallsapp/github-action@v1.1.2
|
||||||
coveralls
|
|
||||||
codeclimate-test-reporter
|
|
||||||
|
|||||||
Reference in New Issue
Block a user