Skip to content

Commit

Permalink
Add code coverage metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
arusahni committed May 18, 2017
1 parent 4c8516b commit 9a950e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ python:
- "3.6"
install:
- pip install .
- pip install -U pytest mock
- pip install -U pytest pytest-cov coveralls mock
script:
- python -m pytest
- python -m pytest --cov=aws_ssh
after_success:
- coveralls
sudo: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AWS-SSH

[![Build Status](https://travis-ci.org/arusahni/aws-ssh.svg?branch=master)](https://travis-ci.org/arusahni/aws-ssh)
[![Coverage Status](https://coveralls.io/repos/github/arusahni/aws-ssh/badge.svg?branch=master)](https://coveralls.io/github/arusahni/aws-ssh?branch=master)

SSH into your project-specific AWS EC2 instances by name, without having to
remember IP addresses & private keys, or a curating a SSH config.
Expand Down

0 comments on commit 9a950e0

Please sign in to comment.