Skip to content

Commit

Permalink
Attempt to fix coverall relationship with the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique authored Mar 20, 2024
1 parent f295a79 commit d43caa3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
if: matrix.test_dbms == 'postgresql'
- name: Test with nose
run: |
pytest --doctest-modules --cov=app --verbose
pytest --doctest-modules --cov=app --verbose --cov-report=lcov
- name: Coveralls Python
uses: AndreMiras/coveralls-python-action@v20201129
if: matrix.test_dbms == 'postgresql'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls

0 comments on commit d43caa3

Please sign in to comment.