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

Exclude constants from code coverage

parent 50af017b
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,9 @@ for inc ∈ readdir(joinpath(@__DIR__, "definitions"), join=true)
!endswith(inc, ".jl") && continue
include(inc)
end
# COV_EXCL_STOP
include("constants.jl")
# COV_EXCL_STOP
include("types.jl")
......
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