Add codecov support
This commit is contained in:
parent
da90330152
commit
230ec75043
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,6 +61,7 @@ Makefile.in
|
|||||||
test-suite.log
|
test-suite.log
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
|
*.gcov
|
||||||
|
|
||||||
# Translation related files
|
# Translation related files
|
||||||
/ABOUT-NLS
|
/ABOUT-NLS
|
||||||
|
@ -11,3 +11,7 @@ before_script: ./autogen.sh
|
|||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- make check
|
- make check
|
||||||
|
before_install:
|
||||||
|
- pip install --user codecov
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# SWE-GLib
|
# SWE-GLib
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/gergelypolonkai/swe-glib.svg?branch=master)](https://travis-ci.org/gergelypolonkai/swe-glib)
|
[![Build Status](https://travis-ci.org/gergelypolonkai/swe-glib.svg?branch=master)](https://travis-ci.org/gergelypolonkai/swe-glib)
|
||||||
|
[![codecov.io](https://codecov.io/github/gergelypolonkai/swe-glib/coverage.svg?branch=master)](https://codecov.io/github/gergelypolonkai/swe-glib?branch=master)
|
||||||
|
|
||||||
SWE-GLib is a GLib style wrapper library around Astrodienst's
|
SWE-GLib is a GLib style wrapper library around Astrodienst's
|
||||||
[Swiss Ephemeris library](http://www.astro.com/swisseph/).
|
[Swiss Ephemeris library](http://www.astro.com/swisseph/).
|
||||||
|
Loading…
Reference in New Issue
Block a user