Add a view method for coverage plugins (fix #122)
This commit is contained in:
parent
689d8d9858
commit
277892564a
@ -45,6 +45,10 @@ badges(::Coveralls) = Badge(
|
||||
)
|
||||
|
||||
gitignore(::Union{Codecov, Coveralls}) = COVERAGE_GITIGNORE
|
||||
view(::Union{Codecov, Coveralls}, t::Template, pkg::AbstractString) = Dict(
|
||||
"PKG" => pkg,
|
||||
"USER" => t.user,
|
||||
)
|
||||
|
||||
"""
|
||||
is_coverage(::Plugin) -> Bool
|
||||
|
4
test/fixtures/AllPlugins/README.md
vendored
4
test/fixtures/AllPlugins/README.md
vendored
@ -7,5 +7,5 @@
|
||||
[](https://ci.appveyor.com/project/tester/AllPlugins-jl)
|
||||
[](https://cloud.drone.io/tester/AllPlugins.jl)
|
||||
[](https://cirrus-ci.com/github/tester/AllPlugins.jl)
|
||||
[](https://codecov.io/gh//.jl)
|
||||
[](https://coveralls.io/github//.jl?branch=master)
|
||||
[](https://codecov.io/gh/tester/AllPlugins.jl)
|
||||
[](https://coveralls.io/github/tester/AllPlugins.jl?branch=master)
|
||||
|
2
test/fixtures/WackyOptions/README.md
vendored
2
test/fixtures/WackyOptions/README.md
vendored
@ -1,4 +1,4 @@
|
||||
# WackyOptions [](https://tester.gitlab.io/WackyOptions.jl/dev) [](https://github.com/tester/WackyOptions.jl/workflows/CI/badge.svg) [](https://gitlab.com/tester/WackyOptions.jl/pipelines) [](https://travis-ci.com/tester/WackyOptions.jl) [](https://ci.appveyor.com/project/tester/WackyOptions-jl) [](https://cloud.drone.io/tester/WackyOptions.jl) [](https://cirrus-ci.com/github/tester/WackyOptions.jl) [](https://codecov.io/gh//.jl) [](https://coveralls.io/github//.jl?branch=master)
|
||||
# WackyOptions [](https://tester.gitlab.io/WackyOptions.jl/dev) [](https://github.com/tester/WackyOptions.jl/workflows/CI/badge.svg) [](https://gitlab.com/tester/WackyOptions.jl/pipelines) [](https://travis-ci.com/tester/WackyOptions.jl) [](https://ci.appveyor.com/project/tester/WackyOptions-jl) [](https://cloud.drone.io/tester/WackyOptions.jl) [](https://cirrus-ci.com/github/tester/WackyOptions.jl) [](https://codecov.io/gh/tester/WackyOptions.jl) [](https://coveralls.io/github/tester/WackyOptions.jl?branch=master)
|
||||
|
||||
## Citing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user