-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use current translation keys #2427
fix: use current translation keys #2427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 2294 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
2018 | 2 | 274 | 0 |
Click to see the invalid file list
- src/test/kotlin/net/atos/zac/app/bag/BagFixtures.kt
- src/test/kotlin/net/atos/zac/app/bag/converter/RESTAdreseerbaarObjectConverterTest.kt
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
src/test/kotlin/net/atos/zac/app/bag/converter/RESTAdreseerbaarObjectConverterTest.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
unit-test-results 79 files 106 suites 1m 59s ⏱️ Results for commit 89c1e37. ♻️ This comment has been updated with latest results. |
integration-test-results 27 files 27 suites 35s ⏱️ Results for commit 89c1e37. ♻️ This comment has been updated with latest results. |
src/test/kotlin/net/atos/zac/app/bag/converter/RESTAdreseerbaarObjectConverterTest.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/net/atos/zac/app/bag/converter/RESTAdreseerbaarObjectConverterTest.kt
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2427 +/- ##
============================================
+ Coverage 52.51% 52.95% +0.44%
- Complexity 3163 3274 +111
============================================
Files 994 991 -3
Lines 22386 22519 +133
Branches 1741 1750 +9
============================================
+ Hits 11757 11926 +169
+ Misses 9858 9694 -164
- Partials 771 899 +128
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Bas de Wit <52208549+bas-info-nl@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my remark about keys
Use the current translation keys for BAG screen
Solves PZ-4961