Skip to content

Commit 1d4a26d

Browse files
authored
Merge pull request #64 from JuliaCI/tp/qa2
add Aqua
2 parents 8bb74a5 + 1b2f9b6 commit 1d4a26d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test/Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
FileCmp = "343a5541-a696-4ae7-8102-bc61c09e1896"
3-
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"
44
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
55
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6-
7-
[sources]
8-
LocalCoverage = {path = ".."}

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,7 @@ end
114114

115115
@test LocalCoverage.find_gaps([nothing, 0, 0, 0, 2, 3, 0, nothing, 0, 3, 0, 6, 2]) ==
116116
[2:4, 7:7, 9:9, 11:11]
117+
118+
# automated QA
119+
import Aqua
120+
Aqua.test_all(LocalCoverage)

0 commit comments

Comments
 (0)