Skip to content

Commit

Permalink
Turn on PYTHONDEVMODE
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jan 30, 2020
1 parent ddc715a commit 972cd61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: flit install --deps develop
- name: Run tests
run: pytest --cov=gidgethub --cov-config=.coveragerc --cov-fail-under=100 --cov-report=xml:cov.xml
env:
PYTHONDEVMODE: 1
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 972cd61

Please sign in to comment.