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

kiva / ui / 18201995876

02 Oct 2025 06:24PM UTC coverage: 50.42% (-0.03%) from 50.449%
18201995876

Pull #6306

github

web-flow
Merge ce7c19689 into 564d0e88e
Pull Request #6306: feat: ai loan pills setup

1787 of 3785 branches covered (47.21%)

Branch coverage included in aggregate %.

0 of 5 new or added lines in 1 file covered. (0.0%)

2655 of 5025 relevant lines covered (52.84%)

268.11 hits per line

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

0.0
/src/plugins/ai-loan-pills-mixin.js
1
import { trackExperimentVersion } from '#src/util/experiment/experimentUtils';
2

NEW
3
export const AI_LOAN_PILLS_EXP_KEY = 'ai_loan_pills';
×
4

5
export default {
6
        data() {
NEW
7
                return {
×
8
                        enableAILoanPills: false
9
                };
10
        },
11
        methods: {
12
                initializeAILoanPills() {
NEW
13
                        const { version } = trackExperimentVersion(
×
14
                                this.apollo,
15
                                this.$kvTrackEvent,
16
                                'event-tracking',
17
                                AI_LOAN_PILLS_EXP_KEY,
18
                                'EXP-MP-2050-Sept2025'
19
                        );
NEW
20
                        this.enableAILoanPills = version === 'b';
×
21
                }
22
        },
23
        mounted() {
NEW
24
                this.initializeAILoanPills();
×
25
        },
26
};
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

© 2025 Coveralls, Inc