Ran
|
Jobs
7
|
Files
11
|
Run time
6min
|
Badge
Embed ▾
README BADGES
|
travis-ci
[FIX] test_server: Ignore trailing whitespaces on log messages Odoo recently introduced a change in the way logs are printed, adding performance information when logging HTTP requests: https://github.com/odoo/odoo/commit/c44fe9123#diff-d301b3dd399c26a7f38fb31c9e1dfbddR136 However, that causes all messages who don't containg such information to contain a trailing whitespace. This commit improves the regexp used to match messages in logs, to not take into account trailing whitespaces.#
772 of 855 relevant lines covered (90.29%)
4.41 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
90.65 |
0.0% | travis/getaddons.py |
2 |
95.42 |
0.0% | travis/run_pylint.py |
3 |
90.32 |
0.0% | travis/travis_run_tests |
30 |
98.21 |
0.0% | travis/self_tests |
208 |
86.76 |
-1.1% | travis/test_server.py |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|