Skip to content

chore/add test coverage restrictions #206

chore/add test coverage restrictions

chore/add test coverage restrictions #206

Triggered via pull request August 15, 2024 22:05
Status Failure
Total duration 1m 6s
Artifacts

backend-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: backend/src/test/java/com/greenfoxacademy/backend/services/user/UserServiceImplTest.java#L24
[testtool] reported by reviewdog 🐶 Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.security.crypto.password.PasswordEncoder'. Raw Output: /github/workspace/./backend/src/test/java/com/greenfoxacademy/backend/services/user/UserServiceImplTest.java:24:1: warning: Wrong lexicographical order for 'java.util.Optional' import. Should be before 'org.springframework.security.crypto.password.PasswordEncoder'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)