Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Fix coverage scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-de0 committed Mar 22, 2017
1 parent aa2a860 commit 4b41f0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ disposeBag = DisposeBag() // dispose
## Future Improvement

- Docs
- Test Coverage
- CocoaPods

## Author

Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ platform :ios do
)
slather(
proj: "Fluxer.xcodeproj",
scheme: "Fluxer-Example",
scheme: "Fluxer",
source_directory: "Sources",
output_directory: "report",
coveralls: true
Expand Down

0 comments on commit 4b41f0f

Please sign in to comment.