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 color bug in svg template #20

Merged
merged 4 commits into from
Sep 21, 2021
Merged

fix color bug in svg template #20

merged 4 commits into from
Sep 21, 2021

Conversation

texnofobix
Copy link
Contributor

@texnofobix texnofobix commented Sep 18, 2021

Colors were not correctly being passed to the template. (All badges were returning green.)

Fixes #19

@smarie
Copy link
Owner

smarie commented Sep 20, 2021

Thanks @texnofobix for spotting this stupid mistake !

  • It seems that the tests fail because of this fix, because of a caps issue in string comparison. Could you please have a look and fix the PR ?
  • Also since there was no explicit test for the issue, would you mind add one so that there is no regression in the future ?

Thanks in advance !

@texnofobix
Copy link
Contributor Author

It seems strange changing an attribute's value broke the test. I will investigate and try making a test for it.

@smarie
Copy link
Owner

smarie commented Sep 21, 2021

it seems that your new test did not have a parametrize. I tried to fix it from the web UI

@texnofobix
Copy link
Contributor Author

Thanks for making the adjustment!

@smarie smarie merged commit af38631 into smarie:main Sep 21, 2021
@smarie
Copy link
Owner

smarie commented Sep 21, 2021

You're welcome. 1.0.6 shipping now

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.

local generator always shows green
2 participants