-
Notifications
You must be signed in to change notification settings - Fork 1.2k
switch from nose to pytest + GitHub Actions #783
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
Conversation
We have additional changes in our forked branch of `develop`, need to take those out
… feature/pytest
|
Don't worry too much about the travis issues since we'll switch to Actions. You could actually make this PR against the #761 branch? |
…eature/pytest # Conflicts: # .travis.yml
Codecov Report
@@ Coverage Diff @@
## develop #783 +/- ##
============================================
- Coverage 66.53% 10.40% -56.13%
============================================
Files 22 309 +287
Lines 1536 9859 +8323
============================================
+ Hits 1022 1026 +4
- Misses 514 8833 +8319
Continue to review full report at Codecov.
|
|
I can't get the travis-ci check to do anything. |
Looks like I also have to remove the integration on our end, I'll do it when merging this PR. |
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.
Looks good to me.
Coverage has been reduced as now it looks like all the files in the project are taken into account. We'll have better visibility of the overall coverage.
Description
Switching from using nose to Pytest, with the pytest-cov fixture to aid in code coverage as well.
Fixes #776
Also switches from Travis-CI to GitHub Actions.
Type of change
Select the relevant option(s):
Checklist: