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

Exclude definitions from code coverage

parent b162ddbf
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,12 @@ export is3dshower, ismxshower, is3dmuon, isnb
# KM3NeT Dataformat definitions
# COV_EXCL_START
for inc readdir(joinpath(@__DIR__, "definitions"), join=true)
!endswith(inc, ".jl") && continue
include(inc)
end
# 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