-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Add gotify reporter #823
Add gotify reporter #823
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.
This looks good. Changed 2**14 to 16 * 1024 for easier human readability.
Please add a line to the CHANGELOG.md
file describing the change.
CI failures fixed in 5561459 in the master branch, if you merge the upstream master branch into your PR branch, the CI should fix itself. |
Requested changes have been made. Sorry for the delay. |
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.
Thanks!
I've tested the reporter with
--test-reporter gotify
and also the default configuration generation with--edit-config
.