Codecov - per test coverage #21
Annotations
3 errors
Run backend test (9 of 9) with --cov-context=test:
tests/sentry_plugins/pushover/test_plugin.py#L93
PushoverPluginTest.test_emergency_notification
AssertionError: assert {'expire': ['...: ['30'], ...} == {'expire': ['...: ['30'], ...}
Omitting 8 identical items, use -vv to show
Differing items:
{'url': ['http://baz.testserver/issues/285/?referrer=pushover_plugin']} != {'url': ['http://example.com/organizations/baz/issues/285/?referrer=pushover_plugin']}
Full diff:
{
'expire': ['90'],
'message': ['Hello world\n\nTags: level=warning'],
'priority': ['2'],
'retry': ['30'],
'title': ['Bar: Hello world'],
'token': ['ghijkl'],
- 'url': ['http://example.com/organizations/baz/issues/285/?referrer=pushover_plugin'],
? --------------------------
+ 'url': ['http://baz.testserver/issues/285/?referrer=pushover_plugin'],
? +++++++++++
'url_title': ['Issue Details'],
'user': ['abcdef'],
}
|
Run backend test (9 of 9) with --cov-context=test:
tests/sentry_plugins/pushover/test_plugin.py#L55
PushoverPluginTest.test_simple_notification
AssertionError: assert {'expire': ['...: ['30'], ...} == {'expire': ['...: ['30'], ...}
Omitting 8 identical items, use -vv to show
Differing items:
{'url': ['http://baz.testserver/issues/291/?referrer=pushover_plugin']} != {'url': ['http://example.com/organizations/baz/issues/291/?referrer=pushover_plugin']}
Full diff:
{
'expire': ['90'],
'message': ['Hello world\n\nTags: level=warning'],
'priority': ['0'],
'retry': ['30'],
'title': ['Bar: Hello world'],
'token': ['ghijkl'],
- 'url': ['http://example.com/organizations/baz/issues/291/?referrer=pushover_plugin'],
? --------------------------
+ 'url': ['http://baz.testserver/issues/291/?referrer=pushover_plugin'],
? +++++++++++
'url_title': ['Issue Details'],
'user': ['abcdef'],
}
|
Run backend test (9 of 9) with --cov-context=test
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading