Add a root .nycrc
file
#109
Labels
TYPE: automation
Work done on ci (github action, circleci, etc)
TYPE: tech-debt
Ticket is to make previous decisions more sustainable
All of our GHA's have a
nyc
property within the package json. We can condense all of these to a root.nycrc
(https://github.com/istanbuljs/nyc#configuration-files) file that can contains all of the required checks require, example:Then we don't need to have a
nyc
property to any future actions it will just inherit from the rootThe text was updated successfully, but these errors were encountered: