-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add code coverage to ADAL #1650
base: dev
Are you sure you want to change the base?
Conversation
paulkagiri
commented
Oct 4, 2021
•
edited
Loading
edited
- This PR incorporates the code coverage work done on this PR - https://github.com/AzureAD/android-complete/pull/110 in ADAL
- It does this by updating the buildsystem plugin within which the code coverage tool is housed in
- There is also the setup of a pipeline in Azure for running the code coverage which utilizes codecov for populating the results of the code coverage run on the PR it is run from
Codecov Report
@@ Coverage Diff @@
## dev #1650 +/- ##
=====================================
Coverage ? 0.00%
=====================================
Files ? 74
Lines ? 6520
Branches ? 804
=====================================
Hits ? 0
Misses ? 6520
Partials ? 0 Continue to review full report at Codecov.
|
The failing test has been fixed in #1662 |
adal/src/main/java/com/microsoft/aad/adal/AcquireTokenSilentHandler.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI Paul, I'm approving. Please run all automated tests available for ADAL and send out test coverage report. Thanks