-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: java practice for detecting test mock frameworks #215
Conversation
DX Scanner Reporthttps://github.com/DXHeroes/dx-scanner
|
Name | New | Current |
---|---|---|
@octokit/rest | 16.38.1 | 16.37.0 |
@types/eslint | 6.1.5 | 6.1.3 |
axios | 0.19.2 | 0.19.1 |
@types/node | 13.1.8 | 12.12.25 |
codecov | 3.6.2 | 3.6.1 |
semantic-release | 16.0.3 | 16.0.2 |
@octokit/rest | 16.38.1 | 16.37.0 |
@typescript-eslint/eslint-plugin | 2.17.0 | 2.16.0 |
@typescript-eslint/parser | 2.17.0 | 2.16.0 |
Impact changed from high to medium.
🔔 Improvements with minor impact
Write Commit Messages by Convention
https://www.conventionalcommits.org/
Commit Message | Problems |
---|---|
removed non-functional code | subject may not be empty; type may not be empty |
Hotfix/failing thin pull requests practice (#207) | subject may not be empty; type may not be empty |
|
fix: failing thin pull requests practice |
Update Dependencies of Major Level
Keep the dependencies updated to have all possible features. Use, for example, npm-check-updates. https://github.com/tjunnone/npm-check-updates
Name | New | Current |
---|---|---|
@types/node | 13.1.8 | 12.12.25 |
jest | 25.1.0 | 24.9.0 |
ts-jest | 25.0.0 | 24.3.0 |
Use a JS Logging Library
Use a logging library to avoid errors and even cyber attacks. The most widely used logging library in the JavaScript community is Winston. https://www.npmjs.com/package/winston/
Implementation is not adoption.
We can help you with both. :-)
dxheroes.io
Found a bug? Please report.
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
=========================================
+ Coverage 87.23% 87.34% +0.1%
=========================================
Files 166 167 +1
Lines 3612 3627 +15
Branches 576 580 +4
=========================================
+ Hits 3151 3168 +17
+ Misses 461 459 -2
|
🎉 This PR is included in version 1.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR aims to solve issue #212
Motivation and Context
Types of changes
Checklist: