Skip to content
Snippets Groups Projects
Verified Commit ce78f804 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Cosmetics

parent 6b6a1acc
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ before_script:
using Pkg
Pkg.build()
Pkg.test(coverage=true)'
.coverage:
coverage: /Test coverage (\d+\.\d+%)/
after_script:
......@@ -27,16 +28,19 @@ before_script:
c, t = get_summary(process_folder())
using Printf
@printf "Test coverage %.2f%%\n" 100c / t'
Julia 1.6:
image: julia:1.6
extends:
- .script
- .coverage
Julia 1.8:
image: julia:1.8
extends:
- .script
- .coverage
pages:
image: julia:1.6
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment