Projects STRLCPY cupp Commits 3b597c7a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .travis.yml
    1 1   language: python
    2 2   python:
    3 3   - "3.6"
     4 + install:
     5 + - pip install coverage python-coveralls
    4 6   script:
    5  - - python test_cupp.py
     7 + - coverage run ./test_cupp.py
     8 + after_success:
     9 + - coverage report
     10 + - coveralls
    6 11   
  • ■ ■ ■ ■ ■
    README.md
    1 1  # CUPP - Common User Passwords Profiler
    2 2   
    3 3  [![Build Status](https://travis-ci.org/Mebus/cupp.svg?branch=master)](https://travis-ci.org/Mebus/cupp)
     4 +[![Coverage Status](https://coveralls.io/repos/github/Mebus/cupp/badge.svg)](https://coveralls.io/github/Mebus/cupp)
    4 5  [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a578dde078ef481e97a0e7eac0c8d312)](https://app.codacy.com/app/Mebus/cupp?utm_source=github.com&utm_medium=referral&utm_content=Mebus/cupp&utm_campaign=Badge_Grade_Dashboard)
    5 6   
    6 7  
    skipped 103 lines
Please wait...
Page is in error, reload to recover