Skip to content

Commit

Permalink
Merge pull request #299 from JuliaReach/schillic/coverage
Browse files Browse the repository at this point in the history
Exclude line from coverage
  • Loading branch information
schillic authored Apr 6, 2024
2 parents 65bde11 + 5a8514d commit 6c2ab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discretize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function _discretize(::AbstractDiscretizationAlgorithm, ΔT::Real,
A::AbstractMatrix,
B::AbstractMatrix,
c::AbstractVector,
D::AbstractMatrix)
D::AbstractMatrix) # COV_EXCL_LINE
end

function _discretize(::ExactDiscretization, ΔT::Real,
Expand Down

0 comments on commit 6c2ab24

Please sign in to comment.