Skip to content

Commit 18cffee

Browse files
authored
Change using to relative (#75)
1 parent d8a703d commit 18cffee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lcov.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Julia coverage data. It exports the `writefile` function.
1111
"""
1212
module LCOV
1313

14-
using CoverageTools
15-
using CoverageTools: CovCount
14+
using ..CoverageTools
15+
using ..CoverageTools: CovCount
1616

1717
export writefile, readfile
1818

0 commit comments

Comments
 (0)