• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

torresj / community-api / 50

08 Aug 2025 12:18PM UTC coverage: 82.171% (-6.6%) from 88.761%
50

push

circleci

Jaime Torres Benavente
owner controller with get endpoint added

8 of 25 new or added lines in 4 files covered. (32.0%)

318 of 387 relevant lines covered (82.17%)

0.82 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/torresj/community/exceptions/UserNotInCommunityException.java
1
package com.torresj.community.exceptions;
2

3
public class UserNotInCommunityException extends Exception {
4
    public UserNotInCommunityException(String name) {
NEW
5
        super("User " + name + " is not part of the Community");
×
NEW
6
    }
×
7
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc