mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
MyProjectService.kt: introduce dummy method to visualise code coverage
This commit is contained in:
committed by
Jakub Chrzanowski
parent
d76e7494cc
commit
7de60b2524
@@ -11,4 +11,9 @@ class MyProjectService(project: Project) {
|
||||
System.getenv("CI")
|
||||
?: TODO("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.")
|
||||
}
|
||||
|
||||
/**
|
||||
* Chosen by fair dice roll, guaranteed to be random.
|
||||
*/
|
||||
fun getRandomNumber() = 4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user