Use Coveralls Github Action

This commit is contained in:
2020-12-27 18:13:22 +00:00
committed by GitHub
parent fedbc5ce4c
commit 0c0c941eb0

View File

@@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pycodestyle
pip install pycodestyle coverage
pip install -r requirements.txt
python manage.py collectstatic --noinput
- name: Basic Checks
@@ -47,7 +47,5 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Coverage
run: |
coveralls
codeclimate-test-reporter
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2