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

ericfortmeyer / activity-log / 20488915339

24 Dec 2025 03:11PM UTC coverage: 49.13% (-2.7%) from 51.874%
20488915339

push

github

web-flow
fix: add support for emailing reports (#62)

Fixes #9

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

72 of 224 new or added lines in 12 files covered. (32.14%)

5 existing lines in 3 files now uncovered.

339 of 690 relevant lines covered (49.13%)

1.52 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
declare(strict_types=1);
4

5
namespace EricFortmeyer\ActivityLog\DI\Tokens;
6

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