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, which causes the message "Modules loaded." to not be found. 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 |
---|---|---|---|
1 |
44.74 |
0.0% | broken_module/model.py |
5 |
90.32 |
0.0% | travis/travis_run_tests |
5 |
100.0 |
0.0% | travis/git_run.py |
7 |
90.65 |
0.0% | travis/getaddons.py |
17 |
86.76 |
-1.1% | travis/test_server.py |
58 |
98.21 |
0.0% | travis/self_tests |
111 |
95.42 |
0.0% | travis/run_pylint.py |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|