• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

alerta / alerta / 3324 / 6
40%
master: 40%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2019 08:03PM UTC
Files 93
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Aug 2019 07:57PM UTC coverage: 68.541%. Remained the same
DB=postgres DATABASE_URL=postgres://localhost:5432/alerta5

push

travis-ci

satterly
Fix pytest warnings. (#1066)

pytest thinks that every class that beings with "Test" contains unit tests and emits warnings about it:
```
tests/test_logging.py:42
  /home/travis/build/alerta/alerta/tests/test_logging.py:42: PytestWarning: cannot collect test class 'TestJsonWebhook' because it has a __init__ constructor
    class TestJsonWebhook(WebhookBase):
tests/test_webhooks.py:888
  /home/travis/build/alerta/alerta/tests/test_webhooks.py:888: PytestWarning: cannot collect test class 'TestJsonWebhook' because it has a __init__ constructor
    class TestJsonWebhook(WebhookBase):
tests/test_webhooks.py:899
  /home/travis/build/alerta/alerta/tests/test_webhooks.py:899: PytestWarning: cannot collect test class 'TestTextWebhook' because it has a __init__ constructor
    class TestTextWebhook(WebhookBase):
tests/test_webhooks.py:910
  /home/travis/build/alerta/alerta/tests/test_webhooks.py:910: PytestWarning: cannot collect test class 'TestFormWebhook' because it has a __init__ constructor
    class TestFormWebhook(WebhookBase):
tests/test_webhooks.py:921
  /home/travis/build/alerta/alerta/tests/test_webhooks.py:921: PytestWarning: cannot collect test class 'TestMultiPartFormWebhook' because it has a __init__ constructor
    class TestMultiPartFormWebhook(WebhookBase):
tests/test_webhooks.py:932
  /home/travis/build/alerta/alerta/tests/test_webhooks.py:932: PytestWarning: cannot collect test class 'TestUserDefinedWebhook' because it has a __init__ constructor
    class TestUserDefinedWebhook(WebhookBase):

```

https://travis-ci.org/alerta/alerta/jobs/571685340#L451

4510 of 6580 relevant lines covered (68.54%)

0.69 hits per line

Source Files on job 3324.6 (DB=postgres DATABASE_URL=postgres://localhost:5432/alerta5)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4
  • Travis Job 3324.6
  • 9a0c44d8 on github
  • Prev Job for DB=postgres DATABASE_URL=postgres://localhost:5432/alerta5 on master (#3322.5)
  • Next Job for DB=postgres DATABASE_URL=postgres://localhost:5432/alerta5 on master (#3326.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc