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
I see from the GitHub workflow configure that it apparently fails with a 500 error from time to time. This could be addressed by splitting the generation of the code coverage data and the upload of that data. The first step would be to run mix coveralls.json, then the Coveralls GitHub action would upload the data generated by that mix task.
Since we have both a
mix test
andmix coveralls
our tests end up running twice, we could save half the time by figuring out how to consolidate it.The text was updated successfully, but these errors were encountered: