From 55d06088fa6539e6253fe0e65024110061a98a5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 19:29:56 -0700 Subject: [PATCH] readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index be3121e..4eb3bd3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ jobs: pip install pytest pip install pytest-cov pytest --cov=./ --cov-report=xml - ############# Codecov ############## - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: @@ -59,7 +58,6 @@ jobs: file: ./coverage.xml flags: unittests name: codecov-1 - #################################### ``` ## License