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

ericfortmeyer / activity-log / 20388886829

20 Dec 2025 04:04AM UTC coverage: 55.481% (-1.1%) from 56.627%
20388886829

push

github

web-flow
Use-exception-handling (#57)

* refactor: use new exception handling feature

Signed-off-by: Eric Fortmeyer <e.fortmeyer01@gmail.com>

* build: upgrade to phpolar 8.3.0

The project will now use the new exception handling feature.

Signed-off-by: Eric Fortmeyer <e.fortmeyer01@gmail.com>

0 of 13 new or added lines in 3 files covered. (0.0%)

329 of 593 relevant lines covered (55.48%)

1.64 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/DI/Tokens.php
1
<?php
2

3
/**
4
 * @phan-file-suppress PhanUnreferencedConstant
5
 */
6

7
declare(strict_types=1);
8

9
namespace EricFortmeyer\ActivityLog\DI\Tokens;
10

11
const ACTIVITY_LOG_APP_PASSWD_KEY = "ACTIVITY_LOG_APP_PASSWD_KEY";
×
12
const ACTIVITY_LOG_CACHE_ENABLED = "ACTIVITY_LOG_CACHE_ENABLED";
×
13
const ACTIVITY_LOG_DATABASE = "ACTIVITY_LOG_DATABASE";
×
14
const ACTIVITY_LOG_HOST = "ACTIVITY_LOG_HOST";
×
15
const ACTIVITY_STORE_DATABASE = "ACTIVITY_STORE_DATABASE";
×
16
const ACTIVITY_STORE_HOST = "ACTIVITY_STORE_HOST";
×
17
const ACTIVITY_STORE_USER = "ACTIVITY_STORE_USER";
×
18
const APP_CONFIG_DB_FILENAME = "APP_CONFIG_DB_FILENAME";
×
19
const APP_CONFIG_STORAGE = "APP_CONFIG_STORAGE";
×
20
const APP_CONFIG_TABLE_NAME = "APP_CONFIG_TABLE_NAME";
×
21
const APP_CONFIG_DB_CONNECTION = "APP_CONFIG_DB_CONNECTION";
×
22
const APP_DB_CONNECTION = "APP_DB_CONNECTION";
×
23
const AUTH_CLIENT_ID = "AUTH_CLIENT_ID";
×
24
const AUTH_CLIENT_SECRET = "AUTH_CLIENT_SECRET";
×
25
const AUTH_COOKIE_SECRET = "AUTH_COOKIE_SECRET";
×
26
const AUTH_DOMAIN = "AUTH_DOMAIN";
×
27
const BOOTSTRAPPER = "BOOTSTRAPPER";
×
28
const CALLBACK_MIDDLEWARE = "CALLBACK_MIDDLEWARE";
×
29
const CREDIT_HOURS_STORAGE = "CREDIT_HOURS_STORAGE";
×
30
const DATA_DIR = "DATA_DIR";
×
NEW
31
const EXCEPTION_LOGGER = "EXCEPTION_LOGGER";
×
32
const LOGIN_MIDDLEWARE = "LOGIN_MIDDLEWARE";
×
33
const LOGIN_PASSWD_FILENAME = "LOGIN_PASSWD_FILENAME";
×
34
const LOGOUT_MIDDLEWARE = "LOGOUT_MIDDLEWARE";
×
35
const MIGRATION_RUNNER_DB_CONNECTION = "MIGRATION_RUNNER_DB_CONNECTION";
×
36
const MIGRATION_RUNNER_USER = "ACTIVITY_STORE_MIGRATION_RUNNER_USER";
×
37
const REMARKS_STORAGE = "REMARKS_STORAGE";
×
38
const SECRETS_APP_KEY = "SECRETS_APP_KEY";
×
39
const SECRETS_APP_PATH = "SECRETS_APP_PATH";
×
40
const SECRETS_CLIENT = "SECRETS_CLIENT";
×
41
const SECRETS_DIR = "SECRETS_DIR";
×
42
const SECRETS_LOGIN_KEY = "SECRETS_LOGIN_KEY";
×
43
const SECRETS_LOGIN_PATH = "SECRETS_LOGIN_PATH";
×
44
const SECRETS_SERVICE_HOST = "SECRETS_SERVICE_HOST";
×
45
const SECRETS_SERVICE_PORT = "SECRETS_SERVICE_PORT";
×
46
const SECRETS_TOKEN_TTL = "SECRETS_TOKEN_TTL";
×
47
const SECRETS_VALUE_TTL = "SECRETS_VALUE_TTL";
×
48
const TIME_ENTRY_STORAGE = "TIME_ENTRY_STORAGE";
×
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

© 2026 Coveralls, Inc