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

Ekryd / echo-maven-plugin / 3648

14 Nov 2024 01:38PM CUT coverage: 96.795%. Remained the same
3648

push

circleci

web-flow
Update dependency org.codehaus.mojo:versions-maven-plugin to v2.18.0

302 of 312 relevant lines covered (96.79%)

0.97 hits per line

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

100.0
/echo/src/main/java/echo/output/PluginLog.java
1
package echo.output;
2

3
/** Interface for the internal Maven plugin logger */
4
public interface PluginLog {
5
  /**
6
   * Send a message to the log in the <b>info</b> level.
7
   *
8
   * @param content info message
9
   */
10
  void info(String content);
11

12
  /**
13
   * Log the throwable to the debug level.
14
   *
15
   * @param throwable the "exception" to log
16
   */
17
  void debug(Throwable throwable);
18

19
  /** Log the content to the debug level. */
20
  void debug(String content);
21
}
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