Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 9bd8761

Browse files
committed
Remove coveralls
1 parent caab2c2 commit 9bd8761

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,3 @@ jobs:
4545
run: npm install
4646
- name: Run Tests
4747
run: npm run test:ci
48-
- name: Coveralls Parallel
49-
uses: coverallsapp/[email protected]
50-
with:
51-
github-token: ${{ secrets.GITHUB_TOKEN }}
52-
parallel: true
53-
- name: Coveralls Finished
54-
uses: coverallsapp/[email protected]
55-
with:
56-
github-token: ${{ secrets.GITHUB_TOKEN }}
57-
parallel-finished: true

.taprc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.taprc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# These coverage percentages meet thresholds present in the code base
2+
# as of 2022-03-27. As the code gets broken out into maintainable modules,
3+
# these thresholds should increase until they are all at 100%.
4+
branches: 75
5+
functions: 80
6+
lines: 85
7+
statements: 85
8+
9+
files:
10+
- 'test/**/*.test.js'

0 commit comments

Comments
 (0)