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

database-rider / database-rider / #911

27 Oct 2024 07:44PM UTC coverage: 83.964% (+0.01%) from 83.951%
#911

push

web-flow
#610 fix support for parent classes hierarchy (#612)

* refs #610 fix annotation support for parent classes hierarchy

---------

Co-authored-by: Lee <hosing.lee@hsl-it-solutions.nl>

9 of 9 new or added lines in 1 file covered. (100.0%)

3084 of 3673 relevant lines covered (83.96%)

0.84 hits per line

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

0.0
/rider-examples/quarkus-postgres-sample/src/main/java/com/github/quarkus/postgres/issue253.java
1
package com.github.quarkus.postgres;
2

3
import javax.ws.rs.GET;
4
import javax.ws.rs.Path;
5
import javax.ws.rs.Produces;
6
import javax.ws.rs.core.MediaType;
7

8
@Path("/hello")
9
public class issue253 {
×
10

11
    @GET
12
    @Produces(MediaType.TEXT_PLAIN)
13
    public String hello() {
14
        return "Hello RESTEasy";
×
15
    }
16
}
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

© 2025 Coveralls, Inc