Update codecov (#356)
* Exclude files that don't belong codecov * Start tracking coverage from integration tests * Added IntegrationTests to targets * Pbxpoj file
This commit is contained in:
committed by
GitHub
parent
493cc08c03
commit
1ee5f7a18a
@@ -127,6 +127,13 @@ lane :integration_tests do
|
||||
devices: ["iPhone 13 Pro"],
|
||||
ensure_devices_found: true,
|
||||
)
|
||||
|
||||
slather(
|
||||
cobertura_xml: true,
|
||||
output_directory: "./fastlane/test_output",
|
||||
proj: "ElementX.xcodeproj",
|
||||
scheme: "IntegrationTests",
|
||||
)
|
||||
end
|
||||
|
||||
lane :config_nightly do
|
||||
|
||||
Reference in New Issue
Block a user