Closed muiriswoulfe closed 1 year ago
❌ Try to keep pull requests smaller than 400 lines of new product code by following the Single Responsibility Principle (SRP). ⚠️ Consider adding additional tests. | Lines | |
---|---|---|
Product Code | 5,715 | |
Test Code | 0 | |
Subtotal | 5,715 | |
Ignored Code | 147 | |
Total | 5,862 |
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs!
Summary
Motivation
Currently, for GitHub builds, PR Metrics may throw an exception due to the "fetch" command not being present.
Technical
Importing the "isomorphic-fetch" package to provide the "fetch" command and resolve the issue. A few packages were tested, but "isomorphic-fetch" was found to be the one that worked best.
Testing
Test Types
Unit Test Coverage
100%