All checks were successful
JaCoCo Coverage #### Project Overview
No changes detected, that affect the code coverage.
* Line Coverage: 61.98% (17344/27983)
* Branch Coverage: 53.07% (6720/12663)
* Lines of Code: 27983
* Cyclomatic Complexity: 11207
#### Quality Gates Summary
Output truncated.
Test / Build skipped: 11, passed: 581
Intrepid/Prometeu/Studio/pipeline/head This commit looks good
Intrepid/Prometeu/Studio/pipeline/pr-master This commit looks good
27 lines
471 B
Plaintext
27 lines
471 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
|
|
|
|
# IA
|
|
.junie
|
|
/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
|