www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 50388b36071d54b2beffc0cfd8ad17cad940f7a8
parent a08e68f5ac7343a4b7866a810d09a01fdc56f16e
Author: Thomas Hu <thomasrockhu@users.noreply.github.com>
Date:   Wed,  9 Sep 2020 13:08:43 -0400

Merge pull request #7 from fossabot/add-license-scan-badge

Add license scan report and status
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/codecov/codecov-racket.svg?branch=master)](https://travis-ci.org/codecov/codecov-racket) [![codecov.io](https://codecov.io/github/codecov/codecov-racket/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-racket?branch=master) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-racket.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-racket?ref=badge_shield) Adds [Codecov](https://codecov.io/) support to [Cover](https://github.com/florence/cover). @@ -75,3 +76,7 @@ cover: - raco pkg install --auto cover cover-codecov - raco cover -f codecov $CI_PROJECT_DIR ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-racket.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fcodecov-racket?ref=badge_large) +\ No newline at end of file