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

Freegle / iznik-nuxt3 / 9f339386-b298-4f12-85aa-a0ce1c5a46b4

02 Apr 2026 09:34PM UTC coverage: 44.782% (-0.3%) from 45.054%
9f339386-b298-4f12-85aa-a0ce1c5a46b4

push

circleci

CircleCI Auto-merge
Auto-merge master to production after successful tests - Original commit: test(ModMergeMemberModal): add unit tests for merge by id and email

4499 of 10299 branches covered (43.68%)

Branch coverage included in aggregate %.

2028 of 4276 relevant lines covered (47.43%)

58.97 hits per line

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

14.29
/components/MessageListUpToDate.vue
1
<template>
2
  <div class="up-to-date-divider">
×
3
    <div class="divider-line"></div>
4
    <div class="divider-content">
×
5
      <v-icon icon="check-circle" class="check-icon" />
6
      <span class="divider-text">You're up to date</span>
×
7
    </div>
8
    <div class="divider-line"></div>
75✔
9
  </div>
10
</template>
11
<script setup></script>
12
<style scoped lang="scss">
13
@import 'assets/css/_color-vars.scss';
14

15
.up-to-date-divider {
16
  display: flex;
17
  align-items: center;
18
  gap: 12px;
19
  padding: 8px 16px;
20
  margin: 0;
21
  background: $color-white;
22
}
23

24
.divider-line {
25
  flex: 1;
26
  height: 1px;
27
  background: linear-gradient(
28
    to right,
29
    transparent,
30
    rgba($color-success, 0.4),
31
    rgba($color-success, 0.4),
32
    transparent
33
  );
34
}
35

36
.divider-content {
37
  display: flex;
38
  align-items: center;
39
  gap: 6px;
40
  color: $color-success;
41
  white-space: nowrap;
42
}
43

44
.check-icon {
45
  font-size: 1rem;
46
}
47

48
.divider-text {
49
  font-size: 0.75rem;
50
  font-weight: 500;
51
  text-transform: uppercase;
52
  letter-spacing: 0.05em;
53
}
54
</style>
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