You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,11 @@
20
20
[Dependencies]: https://gemnasium.com/infertux/bashcov"Bashcov dependencies on Gemnasium"
21
21
[Bashcov]: https://github.com/infertux/bashcov
22
22
[SimpleCov]: https://github.com/colszowka/simplecov"Bashcov is backed by SimpleCov to generate awesome coverage report"
23
+
[Test app demo]: http://infertux.github.com/bashcov/test_app/"Coverage for the bundled test application"
23
24
24
25
You should check out these coverage examples - it's worth a thousand words:
25
26
26
-
-[Test app demo](http://infertux.github.com/bashcov/test_app/"Coverage for the bundled test application")
27
+
-[Test app demo]
27
28
-[RVM demo](http://infertux.github.com/bashcov/rvm/"Coverage for RVM")
28
29
29
30
## Installation
@@ -51,6 +52,52 @@ Open `./coverage/index.html` to browse the coverage report.
51
52
You can take great advantage of [SimpleCov] by adding a `.simplecov` file in your project's root (like [this](https://github.com/infertux/bashcov/blob/master/spec/test_app/.simplecov)).
52
53
See [SimpleCov README](https://github.com/colszowka/simplecov#readme) for more information.
53
54
55
+
### Some gory details
56
+
57
+
Figuring out where an executing Bash script lives in the file system can be
58
+
surprisingly difficult. Bash offers a fair amount of [introspection into its
0 commit comments