Separate CI checks into smaller independent jobs#595
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #595 +/- ##
=======================================
Coverage 97.42% 97.42%
=======================================
Files 118 118
Lines 9526 9526
=======================================
Hits 9281 9281
Misses 245 245Continue to review full report at Codecov.
|
Merged
johnnyheineken
pushed a commit
to johnnyheineken/featuretools
that referenced
this pull request
Jul 7, 2019
* separate the py37 CI job into multiple jobs * fix missing colon in circleci yaml * use valid job names * fix wrong command name * update changelog * add debug statement for persisting * fix unpacked naming * make installd dev reqs job * add line break * add dev req job to workflow * missing colon * install pandoc in docs job * try configuring job docker image via workflow * add other python versions * remove install dev req job (too much overhead) * remove dev req jobs from workflow * remove most custom commands (no longer used multiple times) * add codecov option to unit test job * fix indent * convert package_featuretools from a job to a command * lint for py36 only * use py36 for codecov * lint all python versions * update changelog * include docstring tests in unit tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
This PR will revamp how the CI tests run so that if a one section of tests fails (e.g. the linter) it will still run the other tests to see which sections pass.
After creating the pull request: in order to pass the changelog_updated check you will need to update the "Future Release" section of
docs/source/changelog.rstto include this pull request.