mirror of https://github.com/snachodog/mybuddy.git
Add coverage environment
This commit is contained in:
parent
6b7196cfb7
commit
74d7f7af72
|
@ -30,6 +30,9 @@ jobs:
|
|||
coveralls-finish:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
environment:
|
||||
name: coverage
|
||||
url: https://coveralls.io/github/babybuddy/babybuddy
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
|
|
Loading…
Reference in New Issue