pgAdmin 4 commit: Added ability to generate code coverage reports for j - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added ability to generate code coverage reports for j
Date
Msg-id E1k3wT9-0006Aj-K7@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added ability to generate code coverage reports for java script files.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=68a5027d15a8889e5cffd8338210e21b88a9ffc9
Author: Pramod Ahire <pramod.ahire@enterprisedb.com>

Modified Files
--------------
.gitignore                                      |   3 +-
web/karma.conf.js                               |  12 +
web/package.json                                |   5 +-
web/regression/javascript/pgadmin_utils_spec.js |   2 +-
web/webpack.test.config.js                      |  12 +-
web/yarn.lock                                   | 287 +++++++++++++++++++++++-
6 files changed, 305 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM5713]:Incorrect DROP SQL for Catalog and Foreign Server
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Replace the generic exception class with a more specific one