Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
=====================================
Coverage 7.86% 7.86%
=====================================
Files 124 124
Lines 17470 17470
Branches 381 381
=====================================
Hits 1374 1374
Misses 16085 16085
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6768b54 to
c84db68
Compare
c84db68 to
c4b20b4
Compare
Contributor
Author
|
@hijohnnylin if you merge this, I suggest you do it before you merge #84, which increments the minor version. |
Owner
|
This is only for the autogenerated clients right? If so I'm fine with having these extra files. |
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.
Problem
.gitlab-ci.yml,.travis.yml,.github/are unused, since CI is in.github/in the root directory.git_push.shseems it's meant to be used when the client is in the root directory.test/contains auto-generated test functions that don't do anything, and get deleted upon generation anyways.tox.iniandtest-requirements.txtonly matter fortest/.setup.cfgonly matters forflake8.requirements.txtis redundant withsetup.py..openapi-generator-ignorejust has comments, and gets deleted upon generation anyways.Fix
schemas/.openapi-generator-ignore.schemas/.openapi-generator-ignoreto--ignore-file-overridein eachopenapi-generator generatecommand.make setup-all-autointerp VERSION=1.0.0andmake setup-all-inference VERSION=1.3.0.Testing
I re-ran
make setup-all-autointerp VERSION=1.0.0andmake setup-all-inference VERSION=1.3.0.