From c7f04ba6f0f86eabd66e4728ad11ec8b7ae4c9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 19:27:57 -0700 Subject: [PATCH] readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd0a7e6..aa25dc9 100644 --- a/README.md +++ b/README.md @@ -41,20 +41,19 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: Setup Python uses: actions/setup-python@master with: version: 3.7 - - name: Generate coverage report run: | pip install pytest pip install pytest-cov pytest --cov=./ --cov-report=xml - + + ###########$# Codecov #$$########### + - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: @@ -62,6 +61,8 @@ jobs: file: ./coverage.xml flags: unittests name: codecov-1 + + ###########$###########$############ ``` ## License