Skip to content

Commit 1212cc7

Browse files
author
mfsoftworks
committed
[testing] added codecov
1 parent 20b32f4 commit 1212cc7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.coverage

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!coverage.py: This is a private format, don't read it directly!{"lines":{"D:\\Projects\\Server-Monitoring-Script\\monitor.py":[1,3,77,102,114,5,6,9,10,11,12,15,16,17,18,19,20,23,24,25,26,28,29,30,31,32,33,36,38,41,42,79,80,82,85,86,89,92,94,97,99,100,43,46,48,49,51,54,58,59,60,61,62,63,64,65,66,67,68,71,72,73,75,103,104,105,106,107,108,109,115,116]}}

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- "3.6"
44
install:
5-
- pip install psutil requests
5+
- pip install psutil requests codecov
66
script:
7-
- monitor.py
7+
- coverage run monitor.py
8+
after_success:
9+
- codecov

0 commit comments

Comments
 (0)