Skip to content

feat: add closeDelay to support async calls coverage #337

feat: add closeDelay to support async calls coverage

feat: add closeDelay to support async calls coverage #337

Triggered via pull request April 18, 2024 14:31
Status Failure
Total duration 40s
Artifacts

maven.yml

on: pull_request
build
32s
build
checkstyle linting
11s
checkstyle linting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L33
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:33:9: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L36
[checkstyle] reported by reviewdog 🐶 '10' is a magic number. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:36:18: error: '10' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L36
[checkstyle] reported by reviewdog 🐶 '6789' is a magic number. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:36:29: error: '6789' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 Line is longer than 80 characters (found 91). Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:0: error: Line is longer than 80 characters (found 91). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:9: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 Parameter delay should be final. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:27: error: Parameter delay should be final. (com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 'delay' hides a field. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:31: error: 'delay' hides a field. (com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 Parameter debug should be final. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:38: error: Parameter debug should be final. (com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck)
checkstyle linting: v2/src/main/java/io/keploy/Keploy.java#L39
[checkstyle] reported by reviewdog 🐶 'debug' hides a field. Raw Output: /github/workspace/./v2/src/main/java/io/keploy/Keploy.java:39:46: error: 'debug' hides a field. (com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck)
checkstyle linting
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
checkstyle linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.