mock the environment differences before deploying

I'm always afraid that something will be missed while mocking, or I'd get something wrong. So if I can run my tests on a system that's more like what the end user will have, I like to use it. For example, GitHub Actions, Travis-CI and AppVeyor allowing for testing on different OSs or on different environments with the same OS, even before you've deployed to the end-user machines. And in situations like that, I can see why merging the coverage reports would be nice (whether for verifying actual coverage, or for verifying that the mocked environment works the same as the real environment.)

If mocking is sufficient for you, and you don't need to merge coverage reports; great. I still think it's an idea worth pursuing for how I understand the OP's situation.


In reply to Re^6: How to merge two different coverage reports remotely by pryrt
in thread How to merge two different coverage reports remotely by ovedpo15

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.