Skip to content

Commit

Permalink
test: Test coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesx00 committed Jun 7, 2022
1 parent dc88f65 commit 3ab0e0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ['master']

env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,9 +46,10 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
pip install coverage coveralls
pip install ${{ matrix.django-version }}
pip install -r requirements.txt
- name: Run Tests
run: |
coverage run run_tests.py
coveralls

0 comments on commit 3ab0e0a

Please sign in to comment.