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

Remove TravisCI and Coveralls #515

Closed
brifordwylie opened this issue Dec 27, 2020 · 4 comments
Closed

Remove TravisCI and Coveralls #515

brifordwylie opened this issue Dec 27, 2020 · 4 comments
Assignees

Comments

@brifordwylie
Copy link
Collaborator

Okay so this is now done with the merge of #514, we'll have to remove TravisCI AND Coveralls. Unfortunately I cannot do that. @kbandla will have to do it.. there are 3 places to make sure that both TravisCI and Coveralls get removed from.

  1. Webhooks
  2. Integrations
  3. Branch protections

When doing 3) make sure to ADD the new GithubActions as required for merging. :)

Screen Shot 2020-12-27 at 12 37 45 PM

@brifordwylie
Copy link
Collaborator Author

@kbandla we're probably going to start blocking on this, as it seems like the Travis queues/builds are getting a bit flaky/long.

@kbandla
Copy link
Owner

kbandla commented Dec 30, 2020

  • Deleted Webooks (TravisCI)
  • Deleted Integrations (TravisCI)
  • Branch Protection Rules
    • Disabled TravisCI and Coveralls
    • Enabled new GHActions for status checks (see image below)

image

We can delete .coveralls.yml & .travis.yml once everything is working fine.

@obormot
Copy link
Collaborator

obormot commented Dec 30, 2020

Here is a fresh build with the latest set of checks:
#521

Runs quick.. no more coveralls though.

@brifordwylie
Copy link
Collaborator Author

@obormot yeah.. coveralls was 'tied' to Travis.. Travis ran the tests which included coverage report and then sent the coverage report to coveralls. I've made a new ticket #522 for replacement functionality. @kbandla I'll go through and remove any old yml/config files.. I think there are a few other old ones laying around... you can close this ticket.

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

No branches or pull requests

3 participants