Closed mkj-is closed 1 year ago
Fails | |
---|---|
:no_entry_sign: | `danger-swift` failed. |
/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/_tmp_dangerfile.swift:1:8: error: no such module 'Danger'
import Danger
^
[31mERROR: Dangerfile eval failed at Dangerfile.swift
[0;0m[31mERROR: Could not get the results JSON file at /var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/danger-response.json
[0;0m
Generated by :no_entry_sign: dangerJS against 0a4bf246a19f017e0d489253f6867f522ef92609
Running fastlane test
locally succeeded for me. I see all recent Bitrise builds failed, looks unrelated to this PR.
This PR is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
@AvdLee Can you have a look at this PR? It was marked stale, because there was no answer. There is a failure on CI, but it looks unrelated to changes in this PR. Locally tests are passing.
Perf power metrics and one diagnostic requests return
Data
instead ofCodable
models.Codable
models are generated, but the body type schema is not used correctly. This is due to some Apple-specific content-types which are specified in the OpenAPI spec. Hopefully, CreateAPI provides configuration to override such body types.Also fixes following warnings in the
make generate
step.There is a typo in the
overridenBodyTypes
configuration key in version 0.5.0 of CreateAPI (fixed in 1.0.0). I recommend updating it.