From 1e6057f6d087ae99f5433866e9530aad182ccde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Wed, 7 Aug 2019 19:24:28 -0700 Subject: [PATCH] readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index d256603..4eb3bd3 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,15 @@ jobs: 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 - - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: