increase test coverage
This commit is contained in:
parent
f818a64d3d
commit
4eab860dc0
4 changed files with 16 additions and 6 deletions
|
@ -2,6 +2,14 @@
|
|||
debug = true
|
||||
api_key = 1234
|
||||
api_url = https://api.wakatime.com/api/v1/heartbeats
|
||||
ignore =
|
||||
ignore =
|
||||
COMMIT_EDITMSG$
|
||||
TAG_EDITMSG$
|
||||
exclude =
|
||||
excludeme
|
||||
\(invalid regex)
|
||||
include =
|
||||
\(invalid regex)
|
||||
includeme
|
||||
offline = true
|
||||
hidefilenames = true
|
||||
|
|
2
tests/samples/twolinefile.txt
Normal file
2
tests/samples/twolinefile.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
first line
|
||||
second line
|
Loading…
Add table
Add a link
Reference in a new issue