• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-client-gateway / 8158910301
89%

Build:
DEFAULT BRANCH: main
Ran 05 Mar 2024 03:36PM UTC
Jobs 2
Files 584
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Mar 2024 03:34PM UTC coverage: 93.293% (-0.02%) from 93.313%
8158910301

push

github

web-flow
Add support for Database certificate pinning (#1235)

- Adds support for pinning a CA certificate.
- If SSL is enabled:
  * `POSTGRES_SSL_REQUEST_CERT` can be used to make Postgres request a certificate from the clients. (default `true`)
  * `POSTGRES_SSL_CA_PATH` can be used to specify the absolute path to the certificate file (no default).
  * More details can be found in https://nodejs.org/api/tls.html#tlscreateserveroptions-secureconnectionlistener
- The self-signed certificated is a X509 certificate with validity of 365 days. The Common Name (CN) is `localhost`.

Docker:
- The local development instance `db`, does not have SSL configured (i.e.: no changes).
- The local test instance `db-test`, has SSL configured and will use the self-signed certificate available under `<projectRoot>/db_config/test`.
  * With the described setup, we are testing if the connection options are valid.

1721 of 2085 branches covered (82.54%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

6389 of 6608 relevant lines covered (96.69%)

346.46 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.0
-10.0% src/routes/transactions/entities/__tests__/human-description.builder.ts
Jobs
ID Job ID Ran Files Coverage
1 run-test:e2e:cov - 8158910301.1 05 Mar 2024 03:36PM UTC 1012
51.78
GitHub Action Run
2 run-test:cov - 8158910301.2 05 Mar 2024 03:38PM UTC 1157
93.59
GitHub Action Run
Source Files on build 8158910301
  • Tree
  • List 584
  • Changed 59
  • Source Changed 3
  • Coverage Changed 148
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #8158910301
  • b2936c2b on github
  • Prev Build on main (#8158455869)
  • Next Build on main (#8159257314)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc