Skip to content

Commit

Permalink
add node index to circle service_job_id
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaspden committed Sep 18, 2020
1 parent 5de0b8a commit 0f31267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/excoveralls/circle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ defmodule ExCoveralls.Circle do
defp get_job_id do
# When using workflows, each job has a separate `CIRCLE_BUILD_NUM`, so this needs to be used as the Job ID and not
# the Job Number.
System.get_env("CIRCLE_BUILD_NUM")
"#{System.get_env("CIRCLE_BUILD_NUM")}-#{System.get_env("CIRCLE_NODE_INDEX")}"
end

defp get_number do
Expand Down

0 comments on commit 0f31267

Please sign in to comment.