Skip to content

Commit

Permalink
fixed excoveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cblavier committed Jan 20, 2025
1 parent df490e0 commit c61c558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule PhoenixStorybook.MixProject do
deps: deps(),
package: package(),
docs: docs(),
test_coverage: [tool: ExCoveralls],
test_coverage: [tool: ExCoveralls, export: "excoveralls"],
preferred_cli_env: [
coveralls: :test,
"coveralls.lcov": :test,
Expand Down

0 comments on commit c61c558

Please sign in to comment.