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:
Aleksandrs Proskurins
2022-12-08 10:09:18 +02:00
committed by GitHub
parent 493cc08c03
commit 1ee5f7a18a
6 changed files with 67 additions and 41 deletions

View File

@@ -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