From 3cde50f4f15f3514e58969e4507528aebf79a1af Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 17 Oct 2019 12:06:53 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 852a656..ce20bad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,14 +6,14 @@ jobs: steps: - uses: actions/checkout@master - - name: Setup Python - uses: actions/setup-python@master +# - name: Setup Python +# uses: actions/setup-python@master - - name: Generate coverage report - run: | - pip install pytest - pip install pytest-cov - pytest --cov=./ --cov-report=xml +# - name: Generate coverage report +# run: | +# pip install pytest +# pip install pytest-cov +# pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov uses: ./ @@ -21,4 +21,3 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} flags: unittest name: codecov-1 - #badstuff: morebadstuff