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

Dashboard reporter does not work #221

Closed
hugo-vrijswijk opened this issue Jun 15, 2019 · 1 comment · Fixed by #222
Closed

Dashboard reporter does not work #221

hugo-vrijswijk opened this issue Jun 15, 2019 · 1 comment · Fixed by #222

Comments

@hugo-vrijswijk
Copy link
Member

Summary

The dashboard reporter currently does not work. This is because the POST request we create does not contain the proper information. The repositorySlug that is sent just has the user/repo, instead it should be github.com/user/repo. When this happens, a 200 with a body of null is sent back, instead of a 201. So the fix should also check for a 201.

Stryker4s config

stryker4s {
  reporters = [ "dashboard"]
}

Stryker4s environment

stryker4s 0.5.1

Your Environment

software version(s)
Build tool & version Travis
@hugo-vrijswijk
Copy link
Member Author

I will attempt to fix this 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 a pull request may close this issue.

1 participant