ramda / ramda

:ram: Practical functional Javascript

Home Page:https://ramdajs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: code coverage failing

ridge-kimani opened this issue · comments

Title

  • code coverage failure

Description

  • Once the tests are run, one compilation step for uploading code coverage fails.

Current Behavior

  • It seems it has been failing since a commit in July.
  • Here's a snapshot of the error
...

Error: response from https://api.codeclimate.com/v1/test_reports.
HTTP 401: You are not authorized for this action

...

/home/runner/work/_actions/paambaati/codeclimate-action/v2.6.0/node_modules/@actions/core/lib/command.js:66
        .replace(/%/g, '%25')
         ^

TypeError: (s || "").replace is not a function
    at escapeData (/home/runner/work/_actions/paambaati/codeclimate-action/v2.6.0/node_modules/@actions/core/lib/command.js:66:10)
    
...

Expected Behavior

  • The code coverage report should run successfully.