Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by 1nickt (Canon)
on May 26, 2021 at 14:20 UTC ( [id://11133067]=note: print w/replies, xml ) Need Help??


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

Personally, I would want to mock the environment differences and know that the tests were passing and the code covered before deploying.


The way forward always starts with a minimal test.
  • Comment on Re^5: How to merge two different coverage reports remotely

Replies are listed 'Best First'.
Re^6: How to merge two different coverage reports remotely
by pryrt (Abbot) on May 26, 2021 at 15:00 UTC
    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://11133067]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found