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

Enable Ruby testing github workflow #1994

Merged
merged 7 commits into from
May 20, 2020
Merged

Enable Ruby testing github workflow #1994

merged 7 commits into from
May 20, 2020

Conversation

Zeragamba
Copy link
Contributor

Enable testing of Faker via Github Actions

the Travis builds reported results back to code climate, and this restores that.

@stympy We should move the the CC Reporter Id to the [repo's secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) and regenerate it (for safety). I'm unable to do that as accessing the repo's secrets requires `admin` permissions.
@Zeragamba Zeragamba marked this pull request as ready for review May 19, 2020 23:01
Copy link
Member

@connorshea connorshea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM other than one small thing


- name: Publish code coverage
env:
CC_TEST_REPORTER_ID: c9b8356df2031a5a72462555fe898245cf24d83c7bb82c40ddb5c6c6976c4319
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 is this supposed to be a secret?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but it was also in the .travis.yml file. @stympy (or someone with admin perms) will need to move it to the repo's secrets and regenerate it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if I have access to the Travis account. I wonder if we should create a new GitHub user for Faker and assign these responsibilities to this user. I like this idea because all the members of the Faker organization would be able to change the settings.

Copy link
Member

@vbrazo vbrazo May 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reading this codeclimate/ruby-test-reporter#34, I guess we should be ok to keep this key public.

Copy link
Member

@vbrazo vbrazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants