mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-23 14:25:50 +00:00
Add Codecov integration to CircleCI to track JS test coverage, with separate flags (#4219)
This commit is contained in:
parent
e8ee632b29
commit
432e627054
2 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ script:
|
|||
tox
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
- codecov -F backend
|
||||
|
||||
# Who to notify about build results
|
||||
notifications:
|
||||
|
|
|
|||
|
|
@ -17,3 +17,5 @@ test:
|
|||
- python -u runtests.py
|
||||
- npm run test:unit:coverage -- --runInBand
|
||||
- npm run dist
|
||||
post:
|
||||
- bash <(curl -s https://codecov.io/bash) -F frontend
|
||||
|
|
|
|||
Loading…
Reference in a new issue