Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^6: How to merge two different coverage reports remotely

by pryrt (Abbot)
on May 26, 2021 at 15:00 UTC ( [id://11133073]=note: print w/replies, xml ) Need Help??


in reply to Re^5: How to merge two different coverage reports remotely
in thread How to merge two different coverage reports remotely

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11133073]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-03-28 17:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found