-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support a full path in DiktatReporter #1798
Conversation
### What's done: - supported sourceRootDir as null in DiktatReporter - pass sourceRootDir as null in gradle plugin It closes #1795
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 165 files ±0 165 suites ±0 6m 22s ⏱️ - 4m 22s Results for commit 69e30d9. ± Comparison against base commit 303f006. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 165 files ±0 165 suites ±0 6m 59s ⏱️ - 6m 7s Results for commit a6d2499. ± Comparison against base commit 7b7d2b6. ♻️ This comment has been updated with latest results. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1798 +/- ##
============================================
- Coverage 78.41% 78.38% -0.04%
Complexity 2420 2420
============================================
Files 126 126
Lines 8466 8470 +4
Branches 2147 2149 +2
============================================
Hits 6639 6639
- Misses 867 871 +4
Partials 960 960 ☔ View full report in Codecov by Sentry. |
What's done:
It closes #1795