Skip to content

Commit

Permalink
update ci coveralls + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hiradyazdan committed Jun 1, 2018
1 parent 84c146a commit 7aa0fa2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Expand Up @@ -65,7 +65,7 @@ the ini formatting.

## Usage

#### via cli interface:
#### via cli:

```console
amphc
Expand All @@ -81,7 +81,7 @@ Static and Dynamic Analysis for nginx-amplify-agent Health Status

optional arguments:
-h, --help show this help message and exit
-V, --version show program's version information and exit
-V, --version show amphc version number
-v, --verbose show all check logs
-d, --plain suppress decorating logs
-c CONFIG_FILE, --config CONFIG_FILE
Expand Down Expand Up @@ -112,7 +112,7 @@ verification methods:
17) verify_sys_time
```

#### via api interface:
#### via api:

```python
import amplifyhealthcheck as amphc
Expand All @@ -138,4 +138,12 @@ amphc.verify_outbound_tls_access()
amphc.verify_proc_sys_access()
amphc.verify_dns_resolver()
amphc.verify_metrics_collection()
```
```

## Contributing

- Fork it ( https://github.com/hiradyazdan/nginx-amplify-agent-health-check/fork )
- Create your feature branch with your initials (git checkout -b hy/my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -9,4 +9,4 @@ dependencies:
test:
override:
- coverage run --source=amplifyhealthcheck setup.py test
- COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN coveralls
- coveralls
1 change: 1 addition & 0 deletions setup.py
@@ -1,6 +1,7 @@
from setuptools import setup

classifiers = [
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: POSIX'
] + [
Expand Down

0 comments on commit 7aa0fa2

Please sign in to comment.