codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
25 stars 21 forks source link

Remove unused header #107

Closed thomasrockhu closed 4 years ago

thomasrockhu commented 4 years ago

With some changes in the Codecov infrastructure, we no longer accept this header. You can see the change made in the bash, python, and node uploaders.

I'll be honest @AdmiringWorm, I'm not too knowledgeable on this uploader or with C#. I'm somewhat confident that I did the change correctly, but I'd really love your eyes on it to double-check.

Currently users are seeing a 400 from Codecov on uploads as it then defaults to the CodecovFallbackUploader.

thomasrockhu commented 4 years ago

Oops, didn't see https://github.com/codecov/codecov-exe/pull/105