mirror of https://github.com/ARMmbed/mbed-os.git
Post coverage details on coveralls and link to them in readme
parent
4a937fe15e
commit
b0501bd846
|
@ -24,6 +24,8 @@ script:
|
||||||
- coverage run tools/project.py -S
|
- coverage run tools/project.py -S
|
||||||
- coverage run tools/build_travis.py
|
- coverage run tools/build_travis.py
|
||||||
- coverage html
|
- coverage html
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
|
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
|
||||||
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-2
|
- sudo add-apt-repository -y ppa:libreoffice/libreoffice-4-2
|
||||||
|
@ -40,3 +42,4 @@ install:
|
||||||
- pip install hypothesis
|
- pip install hypothesis
|
||||||
- pip install mock
|
- pip install mock
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
|
- pip install coveralls
|
||||||
|
|
|
@ -21,6 +21,8 @@ We run continuous integration on all of our branches and pull requests to verify
|
||||||
- Master branch [](https://travis-ci.org/ARMmbed/mbed-os)
|
- Master branch [](https://travis-ci.org/ARMmbed/mbed-os)
|
||||||
- Latest release [](https://travis-ci.org/ARMmbed/mbed-os/branches)
|
- Latest release [](https://travis-ci.org/ARMmbed/mbed-os/branches)
|
||||||
|
|
||||||
|
Tools coverage [](https://coveralls.io/github/ARMmbed/mbed-os?branch=master)
|
||||||
|
|
||||||
## Getting Started for Developers
|
## Getting Started for Developers
|
||||||
|
|
||||||
You need [mbed CLI](https://github.com/ARMmbed/mbed-cli) to build mbed OS. For more details, read the [mbed OS Handbook](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/).
|
You need [mbed CLI](https://github.com/ARMmbed/mbed-cli) to build mbed OS. For more details, read the [mbed OS Handbook](https://docs.mbed.com/docs/mbed-os-handbook/en/latest/).
|
||||||
|
|
Loading…
Reference in New Issue