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

gh-actions: fix ExCoveralls building #17

Merged
merged 1 commit into from
May 14, 2020
Merged

Conversation

ivanhercaz
Copy link
Collaborator

@ivanhercaz ivanhercaz commented May 14, 2020

As I specified on #16, it seems that Coveralls report isn't working and returning errors. I think it is because we did not consider to configure ExCoveralls for GitHub Actions as it is specified in its README.

This PR change set the GITHUB_TOKEN to {{ secrets.GITHUB_TOKEN }} and the script to report to mix coveralls.github.

PS. I don't know the reason why my commits is unverified :/ I always sign them.

@ivanhercaz ivanhercaz added the bug Something isn't working label May 14, 2020
@ivanhercaz ivanhercaz requested a review from owenvoke May 14, 2020 14:12
@ivanhercaz
Copy link
Collaborator Author

@owenvoke, now it seems that everything works fine. The report has been done and returned successfully. I let you time to review it in the case you see something to improve in this PR, when your review will be done, we can merge it.

@ivanhercaz ivanhercaz linked an issue May 14, 2020 that may be closed by this pull request
Copy link
Member

@owenvoke owenvoke left a comment

Choose a reason for hiding this comment

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

This looks perfect to me 👌 I probably should have spotted that it said travis rather than github when I did my PR. 🤷

@ivanhercaz
Copy link
Collaborator Author

This looks perfect to me I probably should have spotted that it said travis rather than github when I did my PR.

Nor you nor even me take a look at that part hehe. Don't worry! I am going to merge it and perform the deletion of the Travis configuration because it seems everything works fine.

@ivanhercaz ivanhercaz merged commit 66a3043 into master May 14, 2020
@owenvoke owenvoke deleted the fix_coveralls_gh_actions branch May 14, 2020 14:41
ivanhercaz added a commit that referenced this pull request May 14, 2020
Travis CI configuration file is not necessary more because ExTldr now
has GitHub Actions for everything (check #15, #17).
ivanhercaz added a commit that referenced this pull request May 14, 2020
Travis CI configuration file is not necessary more because ExTldr now
has GitHub Actions for everything (check #15, #17).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitHub Actions and Coveralls report failed
2 participants