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
But when pushing the results it only shows the one that ended up last. Is there any way to do "merge" both files correctly or is there's something that I could change to do so?
The text was updated successfully, but these errors were encountered:
I'm currently stuck trying to partitioning tests with Github action. I think it's currently not possible to split and combine ExCoveralls result right now.
I'm thinking about doing the same with Erlang cover module that they support the partitioning test by resulting the test result to n.coverdata files where n is the partition. I think it's possible to do the same with ExCoveralls since it uses Erlang cover under the hood if I understand correctly.
Hi and thanks for the library 🎉
I have been trying to run tests in parallel like the following in circle CI:
But when pushing the results it only shows the one that ended up last. Is there any way to do "merge" both files correctly or is there's something that I could change to do so?
The text was updated successfully, but these errors were encountered: