diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eed85bd..852a656 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: ./