Skip to content

Commit

Permalink
Run tests without coverage on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed May 21, 2020
1 parent d8933f0 commit 5f7cee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ before_test:
- npm run stylelint

test_script:
- coverage run setup.py test
- setup.py test
#- coverage run setup.py test
#- coverage report

0 comments on commit 5f7cee3

Please sign in to comment.