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