Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Add with to results
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Oct 14, 2020
1 parent bb2789c commit a0a4aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/nebula/plugin/metrics/model/Task.java
Expand Up @@ -30,6 +30,7 @@ public class Task {
@NonNull
private String description;

@With
@NonNull
private Result result;

Expand Down
1 change: 1 addition & 0 deletions src/main/java/nebula/plugin/metrics/model/Test.java
Expand Up @@ -36,6 +36,7 @@ public class Test {
@NonNull
private final String suiteName;

@With
@NonNull
private final Result result;

Expand Down

0 comments on commit a0a4aa1

Please sign in to comment.