diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-01 09:30:30 +0000 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-01 09:30:30 +0000 |
| commit | 8b6f68e2f99d202ba440e089438c2de5fad9bd51 (patch) | |
| tree | 3b8d2b1288a58341360e471d1dfc2d1205d392b9 /.gitlab-ci.yml | |
| parent | 2593f0da0b3b6bfb81f9062f74e0342ae5e3f8c9 (diff) | |
fix(CI): colorless coverage report
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fad617..fd30085 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,4 +34,4 @@ Coverage: - luarocks-5.3 install luacov-console script: - LUA=lua5.3 make luacov-console - - luacov-console -s + - luacov-console --no-colored -s |