Add Codecov integration to CircleCI to track JS test coverage, with separate flags (#4219)

pull/4339/head
Thibaud Colas 2018-03-06 20:19:37 +02:00 zatwierdzone przez GitHub
rodzic e8ee632b29
commit 432e627054
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ script:
tox
after_success:
- codecov
- codecov -F backend
# Who to notify about build results
notifications:

Wyświetl plik

@ -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