martimatix / Ruby_Dice

A Yahtzee clone written in ruby that runs in the terminal
MIT License
3 stars 0 forks source link

Code Climate help #21

Closed martimatix closed 9 years ago

martimatix commented 9 years ago

Whenever I run rspec, I get the following message at the top of the report: Not reporting to Code Climate because ENV['CODECLIMATE_REPO_TOKEN'] is not set.

Where exactly do I set ENV['CODECLIMATE_REPO_TOKEN']?

Zrp200 commented 9 years ago

It says 401 Error

Zrp200 commented 9 years ago

Will look into it

Zrp200 commented 9 years ago

I opened an issue with Code Climate

Zrp200 commented 9 years ago

I don't know why this is happening

martimatix commented 9 years ago

Ok. It's not a critical issue. Closing for now.

Zrp200 commented 9 years ago

You could just set it up again, especially since I accidently deleted the variable value :wink: Just insert the value from #11 into the VALUE field of the env variable CODECLIMATE_REPO_TOKEN in Travis CI

martimatix commented 9 years ago

Just did the steps from #11 again but no change. Appears to be a local issue.

Zrp200 commented 9 years ago

Works!!!!