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:
|
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
|
||||||
|
|
Loading…
Reference in New Issue