-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Test that translation files are compiled #1207
Test that translation files are compiled #1207
Conversation
Not really sure what has been changed, just that these files had changes in them when compiling them locally.
Multiple packages installed during some of the somewhat recent workflow runs were not fetched from cache, as the pinned package versions were updated in requirements files, and not in `setup.py` or `tox.ini` - which caused the cached package versions to remain unchanged after updating the pinned versions.
@valberg @hramezani @joshuadavidthomas Btw, do notify me if you'd like to not be tagged to review PRs anymore :) |
Codecov Report
@@ Coverage Diff @@
## master #1207 +/- ##
=======================================
Coverage 97.29% 97.29%
=======================================
Files 23 23
Lines 1259 1259
Branches 204 204
=======================================
Hits 1225 1225
Misses 16 16
Partials 18 18 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
LGTM! Just have a small question, but it is mostly out of curiosity :)
Great work @ddabble - and just keep tagging me, I'm more than happy to help review stuff :) |
Description
Adds a new job to the
test.yml
workflow file that fails if any of the.po
translation files have changes in them that are not reflected in the corresponding.mo
files (624708c). (This was largely based on stefanfoulis/django-phonenumber-field#446).Additional changes
test.yml
(c171ccd, 1fba14e, 13c9c0a)Related Issue
Motivation and Context
This should make it easier for PR reviewers to verify that the
.mo
files have been properly compiled/updated.How Has This Been Tested?
Through GitHub Actions.
Screenshots (if appropriate):
Types of changes
Checklist:
pre-commit run
command to format and lint.AUTHORS.rst
CHANGES.rst