From a90ac1b352bd5f7c2c677f051365401531229976 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 3 Mar 2021 07:55:30 +0100 Subject: Added test.result.Result tests for edge cases detected by code coverage, Added codecov --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index a9723b0..be28fb3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/minishell-test)](https://pypi.org/project/minishell-test/) [![Documentation](https://readthedocs.org/projects/minishell-test/badge/?version=latest)](https://minishell-test.readthedocs.io) [![Build Status](https://api.travis-ci.com/cacharle/minishell_test.svg?branch=master)](https://travis-ci.com/cacharle/minishell_test) +[![Code coverage](https://codecov.io/gh/cacharle/minishell_test/branch/master/graph/badge.svg?token=NB9C6688R1)](https://codecov.io/gh/cacharle/minishell_test) ![preview](https://i.imgur.com/98xh2xY.gif) -- cgit