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

AuthMe / ConfigMe / 13891792104

17 Mar 2025 04:48AM UTC coverage: 99.411%. Remained the same
13891792104

Pull #464

github

web-flow
Bump version.junit from 5.12.0 to 5.12.1

Bumps `version.junit` from 5.12.0 to 5.12.1.

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #464: Bump version.junit from 5.12.0 to 5.12.1

528 of 540 branches covered (97.78%)

1520 of 1529 relevant lines covered (99.41%)

4.58 hits per line

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

100.0
/src/main/java/ch/jalu/configme/beanmapper/ExportName.java
1
package ch.jalu.configme.beanmapper;
2

3
import org.jetbrains.annotations.NotNull;
4

5
import java.lang.annotation.Documented;
6
import java.lang.annotation.ElementType;
7
import java.lang.annotation.Retention;
8
import java.lang.annotation.RetentionPolicy;
9
import java.lang.annotation.Target;
10

11
/**
12
 * Annotation placed on a field to indicate that it should be loaded and written
13
 * to a property resource with a different name.
14
 */
15
@Retention(RetentionPolicy.RUNTIME)
16
@Target(ElementType.FIELD)
17
@Documented
18
public @interface ExportName {
19

20
    /**
21
     * @return the name to use when interacting with property resources
22
     */
23
    @NotNull String value();
24

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