Add coverage environment

This commit is contained in:
Christopher C. Wells 2022-11-05 13:07:50 -07:00
parent 6b7196cfb7
commit 74d7f7af72
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ jobs:
coveralls-finish: coveralls-finish:
needs: test needs: test
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment:
name: coverage
url: https://coveralls.io/github/babybuddy/babybuddy
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop uses: AndreMiras/coveralls-python-action@develop