Skip to content

Commit 98ebc3d

Browse files
committed
fix: template missing
1 parent ca798ad commit 98ebc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/opencov/templates/comment_template.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule Librecov.Templates.CommentTemplate do
1919
branch: branch
2020
} = build
2121
) do
22-
build = Repo.preload(build, :jobs)
22+
build = Librecov.Repo.preload(build, :jobs)
2323
real_previous_coverage = project_coverage || previous_coverage || 0.0
2424
cov_dif = coverage_diff(coverage, real_previous_coverage)
2525

0 commit comments

Comments
 (0)