-
Notifications
You must be signed in to change notification settings - Fork 23
Add code coverage to Janssen #20
Comments
Successfully integrated code coverage for fork of jans-auth-server with codacy. Now Codacy is reporting code coverage. |
After integrating code coverage, when I looked at Codacy code analysis and coverage reports I found them lacking in few key aspects. Few of them are as below:
So, I am evaluating better alternatives. After Codacy, second tool that we are familiar with is Codeov.com. But this is only code coverage tool and not static code analysis. What we need is a tool that gives a complete view of code quality, all at one place. So, eliminating this option. Third tool is SonarCloud. Below is comparative feature analysis of Codacy and SonarCloud.
Few more points:
My view is that we should use SonarCloud instead of Codacy for Janssen. Please do chime in with your thoughts. |
Post monorepo move: |
Currently code coverage is being reported only on few Janssen repositories via Codecov or Codacy.
Need to add code coverage for repositories where it is applicable.
Benefit:
This is an important quality metric which tells us how robust our automated unit and integration testing frameworks are.Due: 31st May 2021
The text was updated successfully, but these errors were encountered: