Skip to content

Commit ff958bd

Browse files
committed
feat: debug final checks
1 parent ef2aa97 commit ff958bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/opencov/services/github/checks.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ defmodule Librecov.Services.Github.Checks do
6363
}
6464
) do
6565
Logger.info("Finished check of commit #{commit} with diff: #{cov_dif} coverage: #{cov}.")
66+
Logger.info("#{commit_check |> Map.from_struct() |> Jason.encode!(pretty: true)}")
67+
Logger.info("#{diff_check |> Map.from_struct() |> Jason.encode!(pretty: true)}")
6668
{:ok, [commit_check, diff_check]}
6769
end
6870
end

0 commit comments

Comments
 (0)