Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Instanbul to Nyc for coverage on all projects #864

Closed
36 of 37 tasks
rmothilal opened this issue Jul 12, 2019 · 0 comments
Closed
36 of 37 tasks

Change Instanbul to Nyc for coverage on all projects #864

rmothilal opened this issue Jul 12, 2019 · 0 comments
Assignees
Labels
oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it story
Milestone

Comments

@rmothilal
Copy link

rmothilal commented Jul 12, 2019

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:

Acceptance Criteria:

  • Code Style & Coverage meets standards

Notes:

Example .nycrc.yml file:

temp-directory: "./.nyc_output"
check-coverage: true
per-file: true
lines: 90
statements: 90
functions: 90
branches: 90
all: true
include: [
  "src/**/*.js"
]
reporter: [
  "lcov",
  "text-summary"
]
exclude: [
  "**/node_modules/**"
]

Pull Requests:

  • TBD

Follow-up:

  • N/A

Dependencies:

  • N/A

Accountability:

@lewisdaly lewisdaly added the good first issue Good for newcomers label Feb 7, 2020
@elnyry-sam-k elnyry-sam-k added the oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it label Aug 16, 2021
@elnyry-sam-k elnyry-sam-k added this to the Sprint 15.2 milestone Aug 16, 2021
@elnyry-sam-k elnyry-sam-k removed the good first issue Good for newcomers label Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oss-core This is an issue - story or epic related to a feature on a Mojaloop core service or related to it story
Projects
None yet
Development

No branches or pull requests

4 participants