You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@duane-strikwerda Thanks. Error message seemed similar but I think I was running mix coveralls.github locally, exception was raised because required GitHub environment variable was not found.
@parroty Okay to switch to System.fetch_env!/1 in github.ex?
31 defp get_env!(env) do
32 env
33 |> System.fetch_env!
34 end
So the exception will give us a more specific error? Something like below:
** (ArgumentError) could not fetch environment variable "GITHUB_EVENT_PATH" because it is
not set
Steps to reproduce this:
git clone https://github.com/devinus/poison.git cd poison asdf install mix deps.get mix coveralls.github
Stacktrace:
The text was updated successfully, but these errors were encountered: