Skip to content
Snippets Groups Projects
Commit bad5512e authored by Marek Szuba's avatar Marek Szuba
Browse files

.gitlab-ci.yml: Enable Coveralls reporting for 5.30-mysql

parent 38470dfe
No related branches found
No related tags found
3 merge requests!457Patch to support longer assembly names in the mapping session table.,!411Add an inactive proof-of-concept GitLab-CI config file,!411Add an inactive proof-of-concept GitLab-CI config file
......@@ -52,7 +52,8 @@ test:perl5.30-mysql:
stage: test
image: perl:5.30-threaded
variables:
COVERALLS: "false"
# Note: relies on the secret variable COVERALLS_REPO_TOKEN for report uploads to work
COVERALLS: "true"
DB: "mysql"
script:
- ./travisci/harness.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment