Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Coveralls not working from Appveyor #177

Open
@divinity666

Description

@divinity666

Hi all and thanks for this great app!

I just recently switched from TravisCI to Appveyor and recognized, that my uploads of the Coveralls results are no longer working. After having searched a while, I found the solution.

Here is the issue in tha api.rb:

request.content_type = "multipart/form-data, boundary=#{boundary}"

The issue is, that the comma (,) cannot be handled by Cloudflare - don't know why. Anyway: switching this to a semicolon (;) solves the issue and everything is working like a charm. So the solution looks like this:

request.content_type = "multipart/form-data; boundary=#{boundary}"

Would be great to get an updated gem soon!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions