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

devonfw / IDEasy / 10164154193

30 Jul 2024 02:20PM UTC coverage: 62.742% (+1.0%) from 61.738%
10164154193

push

github

web-flow
#437: and #458: Refactor JsonUrlUpdaters (#481)

2079 of 3645 branches covered (57.04%)

Branch coverage included in aggregate %.

5504 of 8441 relevant lines covered (65.21%)

2.87 hits per line

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

0.0
cli/src/main/java/com/devonfw/tools/ide/github/GithubTag.java
1
package com.devonfw.tools.ide.github;
2

3
import com.devonfw.tools.ide.common.JsonVersionItem;
4
import com.fasterxml.jackson.annotation.JsonProperty;
5

6
/**
7
 * JSON data object for a github tag ref.
8
 */
9
public record GithubTag(@JsonProperty("ref") String ref) implements JsonVersionItem {
×
10

11
  @Override
12
  public String version() {
13

14
    return ref().replace("refs/tags/", "");
×
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

© 2026 Coveralls, Inc