File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ install:
1313script : pytest
1414
1515after_success :
16- - coverage run -m pytest .
17- - coveralls --source= procmon_parser/
16+ - coverage run --source=procmon_parser/ - m pytest .
17+ - coveralls
1818
1919notifications :
2020 email :
Original file line number Diff line number Diff line change 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
56Procmon (https://docs.microsoft.com/en-us/sysinternals/downloads/procmon ) is a very powerful monitoring tool for Windows,
67capable of capturing file system, registry, process/thread and network activity.
You can’t perform that action at this time.
0 commit comments