Skip to content

Commit 9a7d4a1

Browse files
authored
Merge pull request #23 from JuliaAI/dev
For a 0.2.6 release
2 parents 8bd5093 + 7d32440 commit 9a7d4a1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/codecov.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ coverage:
22
status:
33
project:
44
default:
5-
threshold: 0.5%
5+
threshold: 0.5%
6+
patch:
7+
default:
8+
target: 80%coverage:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MLJTestInterface"
22
uuid = "72560011-54dd-4dc2-94f3-c5de45b75ecd"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.2.5"
4+
version = "0.2.6"
55

66
[deps]
77
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"

src/test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function test(model_types, data...; mod=Main, level=2, throw=false, verbosity=1,
133133

134134
if level < 1 || level > 2
135135
level = level < 1 ? 1 : 2
136-
@warn WARN(level)
136+
@warn WARN_LEVEL(level)
137137
end
138138

139139
nmodels = length(model_types)

0 commit comments

Comments
 (0)