Skip to content
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 add_job cli command #679

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Fix add_job cli command #679

merged 1 commit into from
Nov 15, 2023

Conversation

bloodearnest
Copy link
Member

This was not previously covered in tests, and it broke with the codelist
checking changes. It's used in the backed-server test suite, which is
how I noticed.

If fixed, and added test coverage, which allowed me to bump the coverge
minimum a bit.

Copy link
Contributor

@rebkwok rebkwok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes look fine to me, but it would probably be a good idea to add a test for this, since it's still not covered. I added the new codelists check flag that broke this, and I don;t think there's anything here that would prevent that happening again in future

This was not previously covered in tests, and it broke with the codelist
checking changes.  It's used in the backed-server test suite, which is
how I noticed.

If fixed, and added test coverage, which allowed me to bump the coverge
minimum a bit.
@bloodearnest
Copy link
Member Author

bloodearnest commented Nov 15, 2023

Changes look fine to me, but it would probably be a good idea to add a test for this, since it's still not covered. I added the new codelists check flag that broke this, and I don;t think there's anything here that would prevent that happening again in future

Indeed, I started with such a test, but forgot to include it in the PR 🤦

@bloodearnest bloodearnest merged commit c44f6f8 into main Nov 15, 2023
12 checks passed
@bloodearnest bloodearnest deleted the fix-add-job branch November 15, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants