From 10e590a5dec785f4e9ec8ab7f48dd1fde9a9fc0f Mon Sep 17 00:00:00 2001 From: Ibrahim Ali Date: Thu, 17 Oct 2019 12:04:46 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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: ./