Skip to content

Commit 386c31a

Browse files
committed
add coverage
1 parent 610036c commit 386c31a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ install:
1313
script: pytest
1414

1515
after_success:
16-
- coverage run -m pytest .
17-
- coveralls --source= procmon_parser/
16+
- coverage run --source=procmon_parser/ -m pytest .
17+
- coveralls
1818

1919
notifications:
2020
email:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Parsing Procmon files with Python
22

3-
[![Build Status](https://travis-ci.com/eronnen/procmon-parser.svg?branch=master)](https://travis-ci.com/eronnen/procmon-parser)
3+
[![Build Status](https://travis-ci.com/eronnen/procmon-parser.svg?branch=master&service=github)](https://travis-ci.com/eronnen/procmon-parser)
4+
[![Coverage Status](https://coveralls.io/repos/github/eronnen/procmon-parser/badge.svg?branch=master&service=github)](https://coveralls.io/github/eronnen/procmon-parser?branch=master&service=github)
45

56
Procmon (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon) is a very powerful monitoring tool for Windows,
67
capable of capturing file system, registry, process/thread and network activity.

0 commit comments

Comments
 (0)