Hi, *coverage* will be needed to tweaked accordingly for running tests parallel but Django docs <https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#code-coverage> suggests otherwise.
Coverage should be run in a single process to obtain accurate statistics. > I didn't tweaked coverage for openwisp-notifications module and coverage fell a lot. 😅 For reference: Pull Request : https://github.com/openwisp/openwisp-notifications/pull/8 Coveralls : https://coveralls.io/builds/30353356 Corresponding Travis Build : https://travis-ci.org/github/openwisp/openwisp-notifications/builds/679831734 Regards, Gagan Deep On Sun, Apr 26, 2020 at 2:20 PM Ajay Tripathi <[email protected]> wrote: > Hi, > > I run a 2 core machine and it was noticeably faster for me as well, so I > would say +1 for this on travis-ci. > Thanks for the info, I am starting this with controller module! :-) > > > Best, > Ajay Tripathi > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/openwisp/CAPxBCYbU0ESv7MgL_pfXMT1Z0Cb%2BHNpu%2BhMw1-p7FjenCF1xYA%40mail.gmail.com > <https://groups.google.com/d/msgid/openwisp/CAPxBCYbU0ESv7MgL_pfXMT1Z0Cb%2BHNpu%2BhMw1-p7FjenCF1xYA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAOX69xpsDGRoT9o4ViXV0XyDqWS2mot0VcRpAm%3D9Tt55fyRhCA%40mail.gmail.com.
