X Tutup
Skip to content

Commit 34059c9

Browse files
committed
Don't run coveralls on the vendor subdir
1 parent a6b28b0 commit 34059c9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.coveragerc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[run]
22
source = telegram
3+
omit = telegram/vendor/*
34

45
[report]
5-
omit = tests/
6+
omit =
7+
tests/
8+
telegram/vendor/*

0 commit comments

Comments
 (0)
X Tutup