We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2aa97 commit ff958bdCopy full SHA for ff958bd
lib/opencov/services/github/checks.ex
@@ -63,6 +63,8 @@ defmodule Librecov.Services.Github.Checks do
63
}
64
) do
65
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)}")
68
{:ok, [commit_check, diff_check]}
69
end
70
0 commit comments