-
Notifications
You must be signed in to change notification settings - Fork 431
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 "requireSecret" exclude tag for tests which require adding a secret to app registration #2596
Conversation
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.
Copilot encountered an error and was unable to review this pull request. You can try again, by re-requesting a review.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2596 +/- ##
============================================
+ Coverage 51.35% 51.40% +0.05%
- Complexity 3972 3986 +14
============================================
Files 147 147
Lines 33664 33664
Branches 5626 5626
============================================
+ Hits 17288 17305 +17
- Misses 13939 13942 +3
+ Partials 2437 2417 -20 ☔ View full report in Codecov by Sentry. |
<exclude>**/com/microsoft/sqlserver/jdbc/ISQLServerConnection43.java</exclude> | ||
<exclude>**/com/microsoft/sqlserver/jdbc/SQLServerConnection43.java</exclude> | ||
<exclude>**/com/microsoft/sqlserver/jdbc/SQLServerJdbc43.java</exclude> | ||
<exclude> |
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.
few newlines got introduced in pom.xml e.g. after tag
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.
nothing changed here I don't think? it's just spacing issue cos I ran the formatter
No description provided.