diff --git a/.codecov.yml b/.codecov.yml index 35c010e..368e8e4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -24,8 +24,6 @@ coverage: changes: default: - enabled: yes - if_no_uploads: error - if_ci_failed: error + enabled: no comment: false diff --git a/.coveragerc b/.coveragerc index 9f1c676..e9f607d 100644 --- a/.coveragerc +++ b/.coveragerc @@ -14,6 +14,7 @@ exclude_lines = # Don't complain if tests don't hit defensive assertion code: raise AssertionError + raise TypeError raise NotImplementedError warnings.warn @@ -21,6 +22,9 @@ exclude_lines = if 0: if __name__ == .__main__.: + # Don't complain if we don't hit invalid schema configurations + raise SwaggerGenerationError + ignore_errors = True precision = 0 diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 2af15d1..a13a35f 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -27,7 +27,7 @@ - +