chore/add test coverage restrictions #206
Annotations
2 warnings
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/
|
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)
|
This job failed
Loading