pgAdmin 4 commit: Added ability to generate code coverage reports for j

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added ability to generate code coverage reports for j
Date: 2020-08-07 07:07:11
Message-ID: E1k3wT9-0006Aj-K7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ahire(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-07 07:07:58 Re: [pgAdmin][SonarQube] Replace the generic exception class with a more specific one
Previous Message Nikhil Mohite 2020-08-07 06:20:51 [pgAdmin][RM5713]:Incorrect DROP SQL for Catalog and Foreign Server