Commit af034c75 authored by Erick Bajao's avatar Erick Bajao

Rename ruby coverage job to rspec:coverage

This is to give a more indicative name that the job is for gathering
coverage for rspec. This will be used later on for code coverage graph.
parent 9341017a
......@@ -5,7 +5,7 @@ pages:
- .default-cache
- .pages:rules
stage: pages
dependencies: ["coverage", "karma", "gitlab:assets:compile pull-cache"]
dependencies: ["rspec:coverage", "karma", "gitlab:assets:compile pull-cache"]
script:
- mv public/ .public/
- mkdir public/
......
......@@ -202,7 +202,7 @@ gitlab:setup:
paths:
- log/development.log
coverage:
rspec:coverage:
extends:
- .rails-job-base
- .rails:rules:ee-and-foss
......
Markdown is supported
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