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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5c2486f..7bf128f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,5 @@ script: - python -m pytest -vvv - python -m minishell_test -p /tmp/minishell - python -m minishell_test -p /tmp/minishell -k pwd + +after_succes: bash <(curl -s https://codecov.io/bash) -- cgit