Skip to content

Commit

Permalink
Removing coverage from yaml as there is no inbuilt feature to make it…
Browse files Browse the repository at this point in the history
… work
  • Loading branch information
jeremytraini committed Mar 8, 2023
1 parent d42c9b9 commit 6b06631
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
- name: Generate coverage report
run: |
coverage report
coverage html
coverage: '/TOTAL.*\s+(\d+%)$/'
env:
COVERAGE_REPORT: ${{ github.workspace }}/htmlcov/index.html
# - name: Run pylint
# run: |
# find . -type f -name "*.py" | egrep -v ".git/*" | xargs pylint
Expand Down

0 comments on commit 6b06631

Please sign in to comment.