finops: cloud billing via agent package, cost_daily facts, AWS billing daily collector + analysis playbook #131
Annotations
2 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
finops/__tests__/allocate-daily.e2e.test.ts > finops/wf2-allocate-daily > allocates every leaf, reconciles with the service totals, and rolls up per application:
finops/__tests__/allocate-daily.e2e.test.ts#L167
AssertionError: expected { charge_type: 'service', …(19) } to match object { charge_type: 'service', …(5) }
(15 matching properties omitted from actual)
- Expected
+ Received
Object {
"allocation_method": "split",
"charge_type": "service",
"rule_id": "shared-db-by-database",
"scope_id": null,
"service_id": "cloud:shared-db",
- "service_kind": "cloud",
}
❯ finops/__tests__/allocate-daily.e2e.test.ts:167:36
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|