From d8b97305dc5e316704337bbc8ac4df5304e5a548 Mon Sep 17 00:00:00 2001 From: David Hardiman Date: Thu, 25 Apr 2019 15:34:58 +0100 Subject: [PATCH] Generate an xcodeproject so slather is happy --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 99b5740..024eb45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,6 +11,10 @@ jobs: command: | swift test --enable-code-coverage 2>&1 | xcpretty --report html --output test_output/results.html --report junit --output test_output/unit-tests/results.xml + - run: + name: Generate xcode project for code coverage + command: | + swift package generate-xcodeproj - run: name: Post Coverage command: bundle exec slather