Skip to content

Commit

Permalink
Fixed mistake in JVM agent docs
Browse files Browse the repository at this point in the history
Fixes #660
  • Loading branch information
shanshin committed Jul 30, 2024
1 parent fd0561d commit 980f472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kover-jvm-agent/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get a readable coverage report, you need to:
2. Put JVM agent jar file in a local directory (Important! renaming a jar file is not allowed).
3. Create a file with agent arguments, [learn more about the arguments](#kover-jvm-arguments-file).
4. Add an argument to the java application startup command `-javaagent:<path_to_agent_jar>=file:<path_to_settings_file>`.
Example of an application launch command `java -jar application.jar -javaagent:/opt/kover-jvm-agent-0.8.3.jar=file:/tmp/agent.args`.
Example of an application launch command `java -javaagent:/opt/kover-jvm-agent-0.8.3.jar=file:/tmp/agent.args -jar application.jar`.

## Kover JVM arguments file
The arguments file is a set of settings, each of which is written on a new line.
Expand Down

0 comments on commit 980f472

Please sign in to comment.