mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 14:08:42 +00:00
set up code coverage (#1140)
* set up code coverage * add coverage badge
This commit is contained in:
@@ -11,6 +11,9 @@ before_script:
|
|||||||
- docker pull selenium/standalone-firefox:2.48.2
|
- docker pull selenium/standalone-firefox:2.48.2
|
||||||
- docker pull selenium/standalone-chrome:2.48.2
|
- docker pull selenium/standalone-chrome:2.48.2
|
||||||
- docker images --no-trunc
|
- docker images --no-trunc
|
||||||
|
install:
|
||||||
|
- npm install -g codecov
|
||||||
script:
|
script:
|
||||||
- npm test
|
- npm test
|
||||||
|
- npm run coverage && codecov
|
||||||
- dockers/Screenshotter/screenshotter.sh --verify
|
- dockers/Screenshotter/screenshotter.sh --verify
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/) [](https://travis-ci.org/Khan/KaTeX)
|
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/)
|
||||||
|
[](https://travis-ci.org/Khan/KaTeX)
|
||||||
|
[](https://codecov.io/gh/Khan/KaTeX)
|
||||||
[](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
||||||
|
Reference in New Issue
Block a user