parroty / excoveralls

Coverage report tool for Elixir with coveralls.io integration.
MIT License
820 stars 178 forks source link

Cannot specify subdir with circle #281

Open calebshay opened 2 years ago

calebshay commented 2 years ago

I have several GitHub repos with a general layout of:

reponame
  |_server
  |_client

server and client are two separate elixir projects. As part of my circle build/test, I run mix coveralls.circle --parallel within each of these subdirectories, and once they are both complete, I submit the completion via curl. However, because they are in subdirectories, coveralls.io gets the paths all wrong for the files. Why can't I use the --subdir flag with coveralls.circle to take care of that issue?