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

kiva / ui / 13123217575

03 Feb 2025 09:29PM UTC coverage: 46.496% (-0.05%) from 46.542%
13123217575

push

github

web-flow
feat: commenting module added to unified ty page (#5771)

* feat: commenting module added to unified ty page

* fix: closing tag fixed

* feat: catch added to tip message composable

1171 of 2596 branches covered (45.11%)

Branch coverage included in aggregate %.

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

1662 of 3497 relevant lines covered (47.53%)

382.44 hits per line

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

0.0
/src/composables/useTipMessage.js
1
import logFormatter from '#src/util/logFormatter';
2
import showTipMessage from '#src/graphql/mutation/tipMessage/showTipMessage.graphql';
3

4
export default function useTipMessage(apollo) {
NEW
5
        const $showTipMsg = (tipMsg, tipMsgType = '', tipPersist = false) => {
×
NEW
6
                apollo.mutate({
×
7
                        mutation: showTipMessage,
8
                        variables: {
9
                                message: tipMsg,
10
                                type: tipMsgType,
11
                                persist: tipPersist,
12
                        },
13
                }).catch(e => {
NEW
14
                        logFormatter(e, 'error');
×
15
                });
16
        };
17

NEW
18
        return {
×
19
                $showTipMsg,
20
        };
21
}
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