All checks were successful
JaCoCo Coverage #### Project Overview
No changes detected, that affect the code coverage.
* Line Coverage: 61.88% (17291/27941)
* Branch Coverage: 52.91% (6692/12647)
* Lines of Code: 27941
* Cyclomatic Complexity: 11191
#### Quality Gates Summary
Output truncated.
Test / Build skipped: 11, passed: 590
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
25 lines
459 B
Plaintext
25 lines
459 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.envrc
|
|
.gradle
|
|
.idea
|
|
.output.txt
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
# Ignore Kotlin plugin data
|
|
.kotlin
|
|
|
|
.python-version
|
|
.venv
|
|
|
|
/debug/
|
|
!prometeu-studio/src/main/java/p/studio/workspaces/debug/
|
|
!prometeu-studio/src/main/java/p/studio/workspaces/debug/**
|
|
!prometeu-studio/src/test/java/p/studio/workspaces/debug/
|
|
!prometeu-studio/src/test/java/p/studio/workspaces/debug/**
|
|
|
|
**/.studio/**
|
|
|
|
.DS_Store
|