Skip to content

Commit

Permalink
rm: removed units badge
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Jun 29, 2021
1 parent d2c9399 commit e587d89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion services/weblate/weblate-entity-count.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const entityCounts = [
{ entityName: 'components', exampleValue: 2799 },
{ entityName: 'languages', exampleValue: 384 },
{ entityName: 'projects', exampleValue: 533 },
{ entityName: 'units', exampleValue: 16539728 },
{ entityName: 'users', exampleValue: 33058 },
].map(WeblateEntityCountFactory)

Expand Down
5 changes: 0 additions & 5 deletions services/weblate/weblate-entity-count.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ t.create('Projects')
.get('/projects.json?server=https://hosted.weblate.org')
.expectBadge({ label: 'weblate', message: isMetricWithPattern(/ projects/) })

t.create('Units')
.timeout(15000)
.get('/units.json?server=https://hosted.weblate.org')
.expectBadge({ label: 'weblate', message: isMetricWithPattern(/ units/) })

t.create('Users')
.get('/users.json?server=https://hosted.weblate.org')
.expectBadge({ label: 'weblate', message: isMetricWithPattern(/ users/) })

0 comments on commit e587d89

Please sign in to comment.