mirror of
https://github.com/apache/cordova-android.git
synced 2025-05-06 10:52:08 +08:00
CB-10888 Enable coverage reports collection via codecov
This commit is contained in:
parent
a048aa94ec
commit
9f1aedb56d
@ -2,7 +2,11 @@ language: android
|
|||||||
sudo: false
|
sudo: false
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm install -g codecov
|
||||||
- echo y | android update sdk -u --filter android-22,android-23
|
- echo y | android update sdk -u --filter android-22,android-23
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm run jshint
|
||||||
|
- npm run cover
|
||||||
- npm run test-build
|
- npm run test-build
|
||||||
|
after_script:
|
||||||
|
- codecov
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
[](https://ci.appveyor.com/project/Humbedooh/cordova-android)
|
[](https://ci.appveyor.com/project/Humbedooh/cordova-android)
|
||||||
[](https://travis-ci.org/apache/cordova-android)
|
[](https://travis-ci.org/apache/cordova-android)
|
||||||
|
[](https://codecov.io/github/apache/cordova-android?branch=master)
|
||||||
|
|
||||||
# Cordova Android
|
# Cordova Android
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user