dwyl / phoenix-chat-example

💬 The Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.7 [Latest] 🚀

Home Page:https://phoenix-chat.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For windows user: SET MIX_ENV=test mix do coveralls.json

AndreasBraun2015 opened this issue · comments

Just as a quick help for windows users:

Replace:
MIX_ENV=test mix do coveralls.json

by:
SET MIX_ENV=test mix do coveralls.json