Skip to content

Commit

Permalink
Generate an xcodeproject so slather is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardiman committed Apr 25, 2019
1 parent 17bd4d2 commit d8b9730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b9730

Please sign in to comment.