Skip to content

Commit 036de1e

Browse files
committed
Update README file
1 parent 4209c99 commit 036de1e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ Special thanks to all of the contributors. With the exception of the Ionic team'
77

88
UPDATES:
99
--------
10-
### **2017-08-26: Update to `ionic-angular` version 3.6.0**
10+
### **2017-09-05: Added Code Coverage Functionality**
1111

12-
We updated the project to `ionic-angular` version `3.6.0`. Developers wishing to use this should also update Ionic CLI for a better experience. With today's update, this project is now at version `0.0.5`.
12+
Thanks to @lathonez, we now have functioning code coverage functionality. With this update, developers can run `npm run test-coverage` which will run the project's unit tests with Karma and produce documentation that gives guidance on how well the project's tests cover the code.
13+
14+
![Example Image of Completed Code Coverage](https://user-images.githubusercontent.com/1648535/30074946-54a36e50-9241-11e7-9ca8-6263d0353c58.png)
15+
16+
The documentation is created inside the `/coverage` folder (ignored by git).
1317

1418
## **Also of note:**
1519

20+
### **2017-08-26: Update to `ionic-angular` version 3.6.0**
21+
22+
We updated the project to `ionic-angular` version `3.6.0`. Developers wishing to use this should also update Ionic CLI for a better experience. With today's update, this project is now at version `0.0.5`.
23+
1624
## **Added: Fix for assets not being found by Karma**
1725

1826
Thanks to [@datencia](https://github.com/datencia) for providing an update to our Karma configuration that properly sets the Karma base path so that image assets can be found during testing. This fix should also work any JSON data files you might want to use for testing. He also provided an image and updated our sample unit test spec file that tests that the image is found.

0 commit comments

Comments
 (0)