-
Notifications
You must be signed in to change notification settings - Fork 4
issues #49
base: master
Are you sure you want to change the base?
issues #49
Conversation
@@ -6,6 +6,11 @@ Example repository on how to generate a coverage report for Java. | |||
|
|||
- Maven 3.x | |||
- Java 8 | |||
- test only in a branch | |||
- test only in a branch | |||
- test only in a branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code line - test only in a branch
has a mixed indentation, which is not recommended. To fix this, you should remove the extra space before the hyphen. Here's the updated code:
- test only in a branch
- test only in a branch | |
- test only in a branch |
This comment was generated by an experimental AI tool.
- test only in a branch | ||
- test only in a branch | ||
- test only in a branch | ||
* isdasdasdas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code line * isdasdasdas
is causing an issue because it does not have the correct list-item indent. To fix it, you need to add 2 spaces before the asterisk.
* isdasdasdas | |
* isdasdasdas |
This comment was generated by an experimental AI tool.
@@ -6,6 +6,11 @@ Example repository on how to generate a coverage report for Java. | |||
|
|||
- Maven 3.x | |||
- Java 8 | |||
- test only in a branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the issue with the incorrect list-item indent, you can add 2 spaces before the line - test only in a branch
. Here's the updated code:
# coverage-example-java
Example repository on how to generate a coverage report for Java.
## Requirements
- Maven 3.x
- Java 8
- test only in a branch
- test only in a branch
- test only in a branch
* isdasdasdas
* isdasdasdas
If you don't have those specific versions, [SDKMAN!](https://sdkman.io/install) can be helpful.
## Run tests
```bash
Suggestion:
```suggestion
- test only in a branch
This comment was generated by an experimental AI tool.
- test only in a branch | ||
- test only in a branch | ||
- test only in a branch | ||
* isdasdasdas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
The code line * isdasdasdas
is using an unordered list marker style (*
), which is not in line with the recommended style of using -
as the marker. To fix this, you can simply replace *
with -
.
Here's the updated code:
- isdasdasdas
- isdasdasdas
This will ensure consistency and improve the readability of your Markdown document.
* isdasdasdas | |
- isdasdasdas | |
- isdasdasdas |
This comment was generated by an experimental AI tool.
No description provided.