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

devonfw / IDEasy / 13788808942

11 Mar 2025 01:08PM UTC coverage: 66.998% (-1.6%) from 68.619%
13788808942

Pull #1017

github

web-flow
Merge 2597874a1 into 2cf68279f
Pull Request #1017: #404: enhance logging with custom slf4j bridge

3034 of 4951 branches covered (61.28%)

Branch coverage included in aggregate %.

7831 of 11266 relevant lines covered (69.51%)

3.03 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/tool/python/PythonRelease.java
1
package com.devonfw.tools.ide.tool.python;
2

3
import java.util.List;
4

5
import com.devonfw.tools.ide.json.JsonVersionItem;
6
import com.fasterxml.jackson.annotation.JsonProperty;
7

8
/**
9
 * Java object to represent the JSON of a Python release. Mapping just the needed Properties
10
 */
11
public record PythonRelease(@JsonProperty("version") String version, @JsonProperty("files") List<PythonFile> files) implements JsonVersionItem {
×
12

13
}
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