Skip to content

Commit

Permalink
globs work?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 3, 2020
1 parent cc62336 commit 182b25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/reporter_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setUp(self):
pass

def test_reporter(self):
subprocess.call(['coverage', 'run', '--omit=.tox/*',
subprocess.call(['coverage', 'run', '--omit=**/.tox/*',
'runtests.py'], cwd=EXAMPLE_DIR)
results = Coveralls(repo_token='xxx').get_coverage()
assert len(results) == 2
Expand Down

0 comments on commit 182b25e

Please sign in to comment.