-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fixing FeedEmitter missing "eventName" property type #223
Fixing FeedEmitter missing "eventName" property type #223
Conversation
@filipedeschamps, it seems that Travis is failing |
It's not a failure, or shouldn't be. I've had that test turned off for a while |
@0xWryth could you allow coveralls (https://coveralls.io) access to your git repo so it can submit/publish results correctly? it looks like this is something i'll need to bug @filipedeschamps to disable as required for future runs |
@TobiTenno I never used coveralls before. I signed up and turn it on for my git repo. Did I need to do anything else ? |
Nope, I'll go in and retrigger the build and hope coveralls pushes properly |
It seems it failed again, did i miss something ? |
I'm still lookin at it, sorry. coveralls doesn't seem to be saying why it's failing, it just is.... Oh, i see what happened. Could you possibly push an empty commit so it triggers a fully new build? |
No problem ! I just pushed an empty commit |
urgh, looks like still blocked cause not getting that coverage/coveralls status back. @filipedeschamps could you please remove that check (and update some parts of the repo for the other PR I submitted so we can do maintenance?) |
@TobiTenno any updates ? |
looks like it finally went. |
If you have any desire to try your hand on it, i started a branch to fix some other problems, but I can't merge my own changes, so feel free to pick up this if you'd like. |
🎉 This PR is included in version 3.2.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
FeedEmitter was missing
eventName
property type which was causing issue while working with Typescript.Optional
eventName
has been added.