Conversation
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #507 +/- ##
==========================================
- Coverage 68.08% 68.05% -0.04%
==========================================
Files 63 63
Lines 3083 3083
Branches 574 574
==========================================
- Hits 2099 2098 -1
Misses 801 801
- Partials 183 184 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: mserico <140243407+mserico@users.noreply.github.com>
|
@copilot fix failed CI check: https://github.com/casbin/jcasbin/actions/runs/21278285214/job/61242865399?pr=507 |
Co-authored-by: mserico <140243407+mserico@users.noreply.github.com>
... Fixed in commit 65f4d65. The issue was that TestNG 7.10.2 requires Java 11+, but the project uses Java 8. Downgraded to TestNG 7.4.0 (the last version supporting Java 8) and fixed API compatibility issues. All 254 tests now pass. |
fix: #506