stevenjcumming
stevenjcumming
> @stevenjcumming I think we can move forward with the [workflow dispatch approach in the mockdata](https://github.com/department-of-veterans-affairs/vets-api-mockdata/blob/master/.github/workflows/workflow_dispatch.yml#L1-L4) repo (as detailed in the workflow comments). There may be some setup [involved here...
> FYI the failing coverage report is a known issue in master the platform is looking into @NB28VT pull in master to your branch and it will resolve this ^...
> @stevenjcumming Rather than manipulate the global variable, could we instead `prepend` a `warn` method in `modules/claims_api/config/initializers`? > > ```ruby > if ENV['CI'] == 'true' > CombinePDF::PDFParser.prepend(Module.new do > SUPPRESSIBLE_WARNING...
> @stevenjcumming How about using refinements in just those files to apply the patch explicitly locally rather than unexplicitly globally? It'd be the first time I've ever used Ruby refinements...