adrn / schwimmbad

A common interface to processing pools.
MIT License
115 stars 18 forks source link

Annoying coverage reporting #37

Closed dfm closed 2 months ago

dfm commented 3 years ago

Related to the move to GitHub Actions

We're getting a lot of noise from coveralls which I don't totally understand because I don't see that in my other projects that use this workflow. I expect there's some leftover setting from the Travis days either on GitHub or on coveralls. I'm not sure what it would be because I don't have access to either, but maybe you can audit the settings @adrn? Let me know what you discover.

Screen Shot 2021-02-25 at 10 51 32 AM
adrn commented 3 years ago

Weird - no idea what's causing this! I removed a stagnant travis webhook, but everything else looks ok. Maybe this is related to the parallel builds?

dfm commented 3 years ago

Yeah - it's definitely something related to parallel builds, but I don't have this same issue when I use this same setup on other repos :/ I'll look into it later!