Skip to content

Commit

Permalink
Add Codecov status checker
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Jan 21, 2019
1 parent 1c6a6ef commit 8bcbccf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.2.0] - 2019-01-21
### Added
- Codecov status checker

## [1.1.0] - 2019-01-20
### Added
- Bitbucket status checker
Expand Down
2 changes: 1 addition & 1 deletion statuscheck/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = 'Rustem Saiargaliev'
__email__ = 'r.saiargaliev@gmail.com'
__url__ = 'https://github.com/amureki/statuscheck'
__version__ = '1.1.0'
__version__ = '1.2.0'
1 change: 1 addition & 0 deletions statuscheck/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'closeio',
'cloudamqp',
'cloudflare',
'codecov',
'digitalocean',
'discord',
'docker',
Expand Down
6 changes: 6 additions & 0 deletions statuscheck/services/codecov.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from statuscheck.services._statuspage import BaseStatusPageAPI


class ServiceAPI(BaseStatusPageAPI):
domain_key = 'wdzsn5dlywj9'
status_url = 'https://status.codecov.io/'

0 comments on commit 8bcbccf

Please sign in to comment.