diff --git a/README.md b/README.md
index e6a16405..b651af8c 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
utPLSQL for SQL Developer extends Oracle's SQL Developer to
* run existing utPLSQL unit tests
+* run utPLSQL code coverage reports
* generate new utPLSQL unit tests (skeletons)
### Run utPLSQL test
@@ -12,6 +13,21 @@ utPLSQL for SQL Developer extends Oracle's SQL Developer to
In the Connections window, select a connection or one or more packages or package procedures to run utPLSQL tests. Or you can run utPLSQL tests directly from the PL/SQL editor. The test procedures are determined according to the cursor position in the PL/SQL editor.

+
+### Code coverage...
+
+In the Connections window, select a connection or one or more packages for a code coverage report.
+
+In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
+
+
+
+Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
+
+The HTML report is shown in your default browser.
+
+
+
### Generate utPLSQL test
#### Based on existing code
diff --git a/images/code_coverage_dialog.png b/images/code_coverage_dialog.png
new file mode 100644
index 00000000..7b451cda
Binary files /dev/null and b/images/code_coverage_dialog.png differ
diff --git a/images/code_coverage_report_all_files.png b/images/code_coverage_report_all_files.png
new file mode 100644
index 00000000..bce5f4a8
Binary files /dev/null and b/images/code_coverage_report_all_files.png differ
diff --git a/images/generate_utplsql_test.png b/images/generate_utplsql_test.png
index d13e371c..033b3f0c 100644
Binary files a/images/generate_utplsql_test.png and b/images/generate_utplsql_test.png differ
diff --git a/images/run_utplsql_test.png b/images/run_utplsql_test.png
index 157efcc9..af8ba3e1 100644
Binary files a/images/run_utplsql_test.png and b/images/run_utplsql_test.png differ
diff --git a/sqldev/pom.xml b/sqldev/pom.xml
index 70213152..3efce73f 100644
--- a/sqldev/pom.xml
+++ b/sqldev/pom.xml
@@ -5,7 +5,7 @@
org.utplsql
org.utplsql.sqldev
- 0.6.0-SNAPSHOT
+ 0.6.0
bundle
UTF-8