Skip to content

Commit

Permalink
Experiment with Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Apr 18, 2020
1 parent 76cb4d5 commit c6e1d01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code.yaml
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Run Tests
run: |
python -m poetry run coverage run dpgs_sandbox/manage.py test tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v1.0.1
if: matrix.python-version == '3.7' && matrix.django-version == '~=3.0.0'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./.coverage
github-token: ${{ secrets.COVERALLS_TOKEN }}
path-to-lcov: ./.coverage

0 comments on commit c6e1d01

Please sign in to comment.