-
Notifications
You must be signed in to change notification settings - Fork 5
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
BOM-2948: Replace Travis with GitHub CI #14
BOM-2948: Replace Travis with GitHub CI #14
Conversation
fc97ce7
to
0b361c6
Compare
run: pip install -r requirements/ci.txt | ||
|
||
- name: Run Tests | ||
run: tox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the .travis.yml file, we also ran codecov after the tests. Do we still want to do that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See inline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question, but otherwise looks good to me.
@estute I went and added the codecov check in a separate commit, but it fails currently. Looking at previous builds, it looks like the I am going to revert my codecov commit and just merge this PR as it was in order to unblock the de-Travisification effort, but heads up that your team may want to install and configure codecov if that's something that you folks see as valuable in this repo. |
codecov was previously run as part of Travis-run CI, so we port it forward to the GitHub Actions CI suite.
This reverts commit 8f967c2f3863736387ff74c9ac35f2c682a5b533. codecov was never configured for this repository. Before we switched to GHA, the TravisCI invocation of `codecov` just failed with `codecov: command not found`. We are punting on codecov for the purposes of getting this repo off of TravisCI, but it may be prudent to add codecov in later.
e376b9c
to
77df11c
Compare
@kdmccormick thanks for tracking that down. |
Issue: BOM-2948
Description
Travis
withGitHub CI
.Travis
because this repo hasn't been setup oncodecov.io
yet so skipped the coverage check inGitHub CI
.