You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want to update all services to use nyc instead of istanbul so that we can have the most recently updated dependencies as nyc now replaces the deprecated istanbul
Tasks:
update package.json files for all services to latest nyc (where applicable) version
add .nycrc.yml files in root with nyc config or make sure that jest/ava is configured similiarly
Goal:
As a developer I want to update all services to use nyc instead of istanbul so that we can have the most recently updated dependencies as nyc now replaces the deprecated istanbul
Tasks:
update
package.json
files for all services to latest nyc (where applicable) versionadd
.nycrc.yml
files in root with nyc config or make sure that jest/ava is configured similiarlyCore APIs first
central-services-auth(currently uses Istanbul)(deprecated)Ensure core dependencies are updated befor doing other APIs
Other APIs
forensic-logging-sidecar(deprecated)forensic-logging-sidecar(deprecated)simulator(no unit tests/coverage exists for this project)pathfinder-provisioning-client(deprecated)pathfinder-query-client(deprecated)finance-portal-lib(no code coverage tests, being deprecated by finance-portal v2)finance-portal-ui(no code coverage tests, being deprecated by finance-portal v2)finance-portal-backend-service(uses jest, being deprecated by finance-portal v2)Acceptance Criteria:
Notes:
Example .nycrc.yml file:
Pull Requests:
Follow-up:
Dependencies:
Accountability:
The text was updated successfully, but these errors were encountered: