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

future-architect / uroborosql / #773

13 Sep 2024 06:12PM UTC coverage: 90.173% (-0.2%) from 90.35%
#773

push

web-flow
add ReplCommandLogEventSubscriber and remove Repl Command output logic from SqlAgentImpl.java (#333)

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

18 existing lines in 2 files now uncovered.

8873 of 9840 relevant lines covered (90.17%)

0.9 hits per line

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

0.0
/src/main/java/jp/co/future/uroborosql/log/support/ReplLoggingSupport.java
1
/**
2
 * Copyright (c) 2017-present, Future Corporation
3
 *
4
 * This source code is licensed under the MIT license found in the
5
 * LICENSE file in the root directory of this source tree.
6
 */
7
package jp.co.future.uroborosql.log.support;
8

9
import org.slf4j.Logger;
10
import org.slf4j.LoggerFactory;
11

12
public interface ReplLoggingSupport extends LoggerBase {
13
        /** REPLロガー */
UNCOV
14
        Logger REPL_LOG = LoggerFactory.getLogger("jp.co.future.uroborosql.repl");
×
15
}
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