jetshree_sharma

Results 7 issues of jetshree_sharma

## Bug Fix: Azure ConfigMap Configuration Not Being Applied in OpenCost 1.116.0 ### Related Issues Fixes #3297 ### Problem After upgrading from OpenCost 1.115.0 to 1.116.0, the `pricing-configs` ConfigMap is...

The GCP cloud provider package (pkg/cloud/gcp) currently has low test coverage at 27.4%, which poses risks for maintaining critical cost calculation and billing functionality.

The pkg/cloud/aws package has several AWS Athena-related helper functions with 0% test coverage, including cost column builders and utility functions. These functions are critical for AWS pricing logic but lack...

This PR adds Jest tests for MeterBlocks to improve test coverage and assert expected behavior of meter, BPM, beat, and tempo related blocks. Fixes: #4854 ### Key Changes: - Verifies...

This PR improves test coverage and testability for platform-related utilities, specifically `platformstyle.js`, and makes minor adjustments to support Jest-based testing without altering runtime behavior. Fixes: #4867 ### Key Changes *...

### Current Behavior Currently platformstyle.js have 0% test coverage. ### Desired Situation Add tests to ensure the file is executed during test runs and coverage reflects the exercised code paths....

### Current Behavior MeterBlocks.js currently has 0% coverage. ### Desired Situation Create a test file for MeterBlocks to ensure MeterBlocks is fully testable and no longer stuck at 0% coverage....