-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to publish reports as part of coverage report #233
Commits on May 2, 2013
-
gemspec updated to require ooyala-grit
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 54645ad - Browse repository at this point
Copy the full SHA 54645adView commit details -
generate_reports is called when 'result' is fetched
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for cabdb36 - Browse repository at this point
Copy the full SHA cabdb36View commit details -
Rajesh Konda committed
May 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 61546a2 - Browse repository at this point
Copy the full SHA 61546a2View commit details -
Rajesh Konda committed
May 2, 2013 Configuration menu - View commit details
-
Copy full SHA for cc4acb6 - Browse repository at this point
Copy the full SHA cc4acb6View commit details -
Rajesh Konda committed
May 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 7eb3a0d - Browse repository at this point
Copy the full SHA 7eb3a0dView commit details -
ReportGenerator delegates report generation
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 9feaee4 - Browse repository at this point
Copy the full SHA 9feaee4View commit details -
Author info added to each line in a source file
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for f164d5c - Browse repository at this point
Copy the full SHA f164d5cView commit details -
'reports' property added to 'Result'
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for c9f6d2e - Browse repository at this point
Copy the full SHA c9f6d2eView commit details -
JSON converter added to FileList
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for c5a2e1a - Browse repository at this point
Copy the full SHA c5a2e1aView commit details -
Configuration options added for report generation
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for c23840d - Browse repository at this point
Copy the full SHA c23840dView commit details -
Gemfile updated with needed gems
Rajesh Konda committedMay 2, 2013 Configuration menu - View commit details
-
Copy full SHA for 12a6862 - Browse repository at this point
Copy the full SHA 12a6862View commit details
Commits on May 3, 2013
-
Rajesh Konda committed
May 3, 2013 Configuration menu - View commit details
-
Copy full SHA for f4f52e2 - Browse repository at this point
Copy the full SHA f4f52e2View commit details
Commits on May 6, 2013
-
rename report_type to report_types
Rajesh Konda committedMay 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 637778c - Browse repository at this point
Copy the full SHA 637778cView commit details -
resolve symlinks before doing 'git blame'
Rajesh Konda committedMay 6, 2013 Configuration menu - View commit details
-
Copy full SHA for 6689622 - Browse repository at this point
Copy the full SHA 6689622View commit details
Commits on May 7, 2013
-
Rajesh Konda committed
May 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 78ba7a2 - Browse repository at this point
Copy the full SHA 78ba7a2View commit details -
Rajesh Konda committed
May 7, 2013 Configuration menu - View commit details
-
Copy full SHA for d7b43b3 - Browse repository at this point
Copy the full SHA d7b43b3View commit details
Commits on May 8, 2013
-
add 'algorithms' gem dependency
Rajesh Konda committedMay 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 233e6bb - Browse repository at this point
Copy the full SHA 233e6bbView commit details -
trying to fix algorithms gem dependency issue
Rajesh Konda committedMay 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 55f2ef3 - Browse repository at this point
Copy the full SHA 55f2ef3View commit details
Commits on May 9, 2013
-
Upgrade simplecov-html to version 0.7.2.ooyala
Rajesh Konda committedMay 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 3174e84 - Browse repository at this point
Copy the full SHA 3174e84View commit details -
Rajesh Konda committed
May 9, 2013 Configuration menu - View commit details
-
Copy full SHA for b9823de - Browse repository at this point
Copy the full SHA b9823deView commit details -
Change version number to 0.8.2.ooyala
Rajesh Konda committedMay 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ee5a27 - Browse repository at this point
Copy the full SHA 6ee5a27View commit details -
remove potential cyclic dependency with simplecov-html
Rajesh Konda committedMay 9, 2013 Configuration menu - View commit details
-
Copy full SHA for df593cb - Browse repository at this point
Copy the full SHA df593cbView commit details
Commits on Jun 11, 2013
-
Add the capability of extending report functionality
New reports can be created and registered in separate gems Moved the "author report" and "file report" out to "simplecov-reports" gem
Rajesh Konda committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 0974753 - Browse repository at this point
Copy the full SHA 0974753View commit details -
Version updated to 0.9.0.ooyala from 0.8.2.ooyala
This is a relatively big change, hence the upgrade.
Rajesh Konda committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for d7d6c9d - Browse repository at this point
Copy the full SHA d7d6c9dView commit details -
Rajesh Konda committed
Jun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 7a19ff3 - Browse repository at this point
Copy the full SHA 7a19ff3View commit details -
This reverts commit 7a19ff3. Following the policy of using a global gitignore on the development machine. Moved IDE generated files to the global gitignore.
Rajesh Konda committedJun 11, 2013 Configuration menu - View commit details
-
Copy full SHA for 6c637b1 - Browse repository at this point
Copy the full SHA 6c637b1View commit details
Commits on Jun 12, 2013
-
Add ability to add callbacks to enhance line information
Removed author information. Will be added in simplecov-reports as a line_enhancer.
Rajesh Konda committedJun 12, 2013 Configuration menu - View commit details
-
Copy full SHA for d9438f0 - Browse repository at this point
Copy the full SHA d9438f0View commit details
Commits on Jun 14, 2013
-
Remove 'ooyala-grit' dependency from simplecov
Rajesh Konda committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for d0e897f - Browse repository at this point
Copy the full SHA d0e897fView commit details -
simplecov-html gem dependency updated to 0.7.4.ooyala
Rajesh Konda committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for a60f9c1 - Browse repository at this point
Copy the full SHA a60f9c1View commit details -
Version updated to 0.9.1.ooyala
Rajesh Konda committedJun 14, 2013 Configuration menu - View commit details
-
Copy full SHA for 5a7e201 - Browse repository at this point
Copy the full SHA 5a7e201View commit details
Commits on Jun 18, 2013
-
Make simplecov-html a gem depedency
Rajesh Konda committedJun 18, 2013 Configuration menu - View commit details
-
Copy full SHA for e05bf69 - Browse repository at this point
Copy the full SHA e05bf69View commit details -
Upgrade version to 0.9.2.ooyala
Rajesh Konda committedJun 18, 2013 Configuration menu - View commit details
-
Copy full SHA for 206b562 - Browse repository at this point
Copy the full SHA 206b562View commit details
Commits on Jun 21, 2013
-
Add reports to simple formatter
Rajesh Konda committedJun 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 1b17da0 - Browse repository at this point
Copy the full SHA 1b17da0View commit details -
Rajesh Konda committed
Jun 21, 2013 Configuration menu - View commit details
-
Copy full SHA for f0929ae - Browse repository at this point
Copy the full SHA f0929aeView commit details
Commits on Jul 1, 2013
-
README.md updated with the new 'reports' feature
Rajesh Konda committedJul 1, 2013 Configuration menu - View commit details
-
Copy full SHA for 3f5c011 - Browse repository at this point
Copy the full SHA 3f5c011View commit details
Commits on Jul 3, 2013
-
Upgraded gem version to 0.9.3.ooyala
Updated simplecov-html gem version to 0.7.6.ooyala
Rajesh Konda committedJul 3, 2013 Configuration menu - View commit details
-
Copy full SHA for 9bfcd34 - Browse repository at this point
Copy the full SHA 9bfcd34View commit details
Commits on Jul 16, 2013
-
Remove references to development env
Rajesh Konda committedJul 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 1f9fa3d - Browse repository at this point
Copy the full SHA 1f9fa3dView commit details