Closed jonathan-eq closed 9 months ago
Quick question. In most places in insert_proposals, we use update and upgrade as the same thing, but it is not necessarily the same thing. I think we should only use update. This includes renaming upgrade_proposals to update_proposals.
Example: A broken version of a package is added to the release, and we would have to downgrade. This should not be added in a file called upgrade_proposals.yml
.
Are the lines you have changed covered by the existing tests with a mocked github service?
No, but now that it is easier to test, I will add some good unit tests.
I have added tests now.
Resolves #468