summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwilson chen <willson.chenwx@gmail.com>2020-03-01 16:49:39 +0800
committerGitHub <noreply@github.com>2020-03-01 16:49:39 +0800
commit7d90042437acf5442473afefeca93b654291f8cf (patch)
tree2df3370b4061d5dc7f7815d043aa8114162b5a37 /README.md
parentef952d4ca5b3733d88810aaf1b0e48007acf8af6 (diff)
downloadlibgd-7d90042437acf5442473afefeca93b654291f8cf.tar.gz
Fix #597: add codecov support
1. travis/main.sh: generate code coverage report and submit to codecov.io 2. README.md: add codecov.io token
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9ee04e4..af0e8cf 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
[![Build Status](https://travis-ci.org/libgd/libgd.svg?branch=master)](https://travis-ci.org/libgd/libgd)
[![Build Status](https://scan.coverity.com/projects/3810/badge.svg)](https://scan.coverity.com/projects/libgd)
[![Chat](https://badges.gitter.im/libgd/libgd.svg)](https://gitter.im/libgd/libgd)
+[![codecov.io](https://codecov.io/github/libgd/libgd/coverage.svg?branch=master)](https://codecov.io/github/libgd/libgd/)
GD is an open source code library for the dynamic creation of images by
programmers.