diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ecdd0b6..91b53c02 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,10 @@ Please write new test cases for new code you create. * We will love you forever if you include unit tests. We can always use more test coverage * If you have updated [Pipefile](./Pipfile), you have to update `Pipfile.lock`, `requirements.txt` and `requirements-dev.txt`. See section [Update requirements files](./README.md#update-requirements-files). +## Some about the database + +* There is gonna be something that must be added into the database because blah blah this is a test. This is something in consideration about the database wanting to be added to add stability blah + ## Your First Code Contribution Unsure where to begin contributing to coronavirus-tracker-api ? You can start by looking through these issues labels: diff --git a/README.md b/README.md index 7355d0af..84ce0d6c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Provides up-to-date data about Coronavirus outbreak. Includes numbers about confirmed cases, deaths and recovered. Support multiple data-sources. +Test + ![Travis build](https://api.travis-ci.com/ExpDev07/coronavirus-tracker-api.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/ExpDev07/coronavirus-tracker-api/badge.svg?branch=master)](https://coveralls.io/github/ExpDev07/coronavirus-tracker-api?branch=master) [![License](https://img.shields.io/github/license/ExpDev07/coronavirus-tracker-api)](LICENSE.md)