Skip to content

Commit efc7287

Browse files
Mbd06bclaude
andcommitted
chore: Update coverage annotations
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 504820d commit efc7287

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

elohim-app/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { HolochainContentService } from './elohim/services/holochain-content.ser
1212
import { TauriAuthService } from './imagodei/services/tauri-auth.service';
1313
import { BlobBootstrapService } from './lamad/services/blob-bootstrap.service';
1414

15-
// @coverage: 93.9% (2026-02-04)
15+
// @coverage: 90.9% (2026-02-04)
1616

1717
/** Connection retry configuration */
1818
interface RetryConfig {

elohim-app/src/app/elohim/components/elohim-navigator/elohim-navigator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Component, OnInit, OnDestroy, Input, computed, inject } from '@angular/
33
import { FormsModule } from '@angular/forms';
44
import { RouterLink, Router, NavigationEnd } from '@angular/router';
55

6-
// @coverage: 38.3% (2026-02-04)
6+
// @coverage: 34.2% (2026-02-04)
77

88
import { filter, takeUntil } from 'rxjs/operators';
99

elohim-app/src/app/elohim/providers/connection-strategy.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { isPlatformBrowser } from '@angular/common';
2323
import { ClassProvider, InjectionToken, Provider, PLATFORM_ID } from '@angular/core';
2424

25-
// @coverage: 25.0% (2026-02-04)
25+
// @coverage: 100.0% (2026-02-04)
2626

2727
import {
2828
type IConnectionStrategy,

elohim-app/src/app/elohim/services/governance-signal.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable, Optional, inject } from '@angular/core';
22

3-
// @coverage: 32.9% (2026-02-04)
3+
// @coverage: 42.6% (2026-02-04)
44

55
import { map, shareReplay, take, catchError } from 'rxjs/operators';
66

elohim-app/src/app/elohim/services/performance-metrics.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Injectable, signal, computed } from '@angular/core';
22

3-
// @coverage: 96.7% (2026-02-04)
3+
// @coverage: 98.9% (2026-02-04)
44

55
/**
66
* PerformanceMetricsService

elohim-app/src/app/lamad/content-io/plugins/perseus/perseus-element-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import type { PerseusItem, PerseusScoreResult } from './perseus-item.model';
1212

13-
// @coverage: 86.4% (2026-02-04)
13+
// @coverage: 83.3% (2026-02-04)
1414

1515
// Re-export types for consumers
1616
export type { PerseusItem, PerseusScoreResult };

elohim-app/src/app/lamad/content-io/plugins/sophia/sophia-element-loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import type { Moment, Recognition } from './sophia-moment.model';
99

10-
// @coverage: 45.0% (2026-02-04)
10+
// @coverage: 51.1% (2026-02-04)
1111

1212
// Re-export types for consumers
1313
export type { Moment, Recognition };

elohim-app/src/app/lamad/models/practice.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import type { MasteryLevel, ActionHash } from './content-mastery.model';
1717

18-
// @coverage: 7.7% (2026-02-04)
18+
// @coverage: 100.0% (2026-02-04)
1919

2020
// =============================================================================
2121
// Holochain Output Wrapper Types

0 commit comments

Comments
 (0)