File tree Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Expand file tree Collapse file tree 5 files changed +24
-5
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ source =.
3
+ omit =venv/*
4
+
5
+ [report]
6
+ fail_under =85
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : " 3.6"
3
- install : " pip3 install -r requirements.txt"
3
+ install :
4
+ - pip3 install -r requirements.txt
4
5
script :
5
- - " python3 manage.py test"
6
- - " find . -name '*.py' -exec pylint '{}' +"
6
+ - coverage run manage.py test
7
+ - coverage report # Required coverage threshold specified in .coveragerc
8
+ - find . -name '*.py' -exec pylint '{}' +
9
+ after_sucess :
10
+ - coveralls
Original file line number Diff line number Diff line change 1
1
# BinaryAlert: Serverless, Real-time & Retroactive Malware Detection
2
+ [ ![ Build Status] ( https://travis-ci.org/airbnb/binaryalert.svg?branch=master )] ( https://travis-ci.org/airbnb/binaryalert )
3
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/airbnb/binaryalert/badge.svg?branch=master )] ( https://coveralls.io/github/airbnb/binaryalert?branch=master )
4
+
5
+
2
6
![ BinaryAlert Logo] ( img/logo.png )
3
7
4
8
BinaryAlert is an open-source serverless AWS pipeline where any file uploaded to an S3 bucket is
Original file line number Diff line number Diff line change 1
1
astroid == 1.5.3
2
2
boto == 2.48.0
3
3
boto3 == 1.4.5
4
- botocore == 1.5.92
4
+ botocore == 1.5.95
5
5
certifi == 2017.7.27.1
6
6
chardet == 3.0.4
7
7
cookies == 2.2.1
8
+ coverage == 4.4.1
9
+ coveralls == 1.1
8
10
dicttoxml == 1.7.4
9
- docutils == 0.13.1
11
+ docopt == 0.6.2
12
+ docutils == 0.14
10
13
idna == 2.5
11
14
isort == 4.2.15
12
15
Jinja2 == 2.9.6
Original file line number Diff line number Diff line change 1
1
boto3
2
+ coverage
3
+ coveralls
2
4
moto
3
5
pyfakefs
4
6
pyhcl
You can’t perform that action at this time.
0 commit comments