Skip to content

realf/jwt-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-ios

JWT is a framework project to demo code coverage data automation on iOS.

Project comes with a set of xcconfig files and shell scripts.

Dependencies

  1. Install the following Ruby gems:
    • sudo gem install xcpretty
  2. Install the lcov tool:
    • brew install lcov

Developing

To build the project please use JWT.xcodeproj file and one of the available schemes - JWT-Debug or JWT-Release.

Code Coverage

To collect code coverage please use the shell script:

./Scripts/run-unit-tests.sh debug arm64
or
./Scripts/run-unit-tests.sh debug i386

Output will be available at ./Autobuild/unit-tests/coverage.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.1%
  • C++ 26.9%
  • Objective-C 7.5%
  • Objective-C++ 4.3%
  • Shell 4.2%