Add GitLabCI to badge order and docs
This commit is contained in:
parent
365a02c0bf
commit
23c6a0d370
@ -20,6 +20,12 @@ TravisCI
|
|||||||
AppVeyor
|
AppVeyor
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `GitLabCI`
|
||||||
|
|
||||||
|
```@docs
|
||||||
|
GitLabCI
|
||||||
|
```
|
||||||
|
|
||||||
## `CodeCov`
|
## `CodeCov`
|
||||||
|
|
||||||
```@docs
|
```@docs
|
||||||
|
@ -24,6 +24,6 @@ include(joinpath("plugins", "gitlabci.jl"))
|
|||||||
include(joinpath("plugins", "githubpages.jl"))
|
include(joinpath("plugins", "githubpages.jl"))
|
||||||
|
|
||||||
const DEFAULTS_DIR = normpath(joinpath(@__DIR__, "..", "defaults"))
|
const DEFAULTS_DIR = normpath(joinpath(@__DIR__, "..", "defaults"))
|
||||||
const BADGE_ORDER = [GitHubPages, TravisCI, AppVeyor, CodeCov, Coveralls]
|
const BADGE_ORDER = [GitHubPages, TravisCI, AppVeyor, GitLabCI, CodeCov, Coveralls]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user