Remove coveralls
This commit is contained in:
parent
caab2c2b6f
commit
9bd8761ea3
|
@ -45,13 +45,3 @@ jobs:
|
|||
run: npm install
|
||||
- name: Run Tests
|
||||
run: npm run test:ci
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@1.1.3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel: true
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@1.1.3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel-finished: true
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
# These coverage percentages meet thresholds present in the code base
|
||||
# as of 2022-03-27. As the code gets broken out into maintainable modules,
|
||||
# these thresholds should increase until they are all at 100%.
|
||||
branches: 75
|
||||
functions: 80
|
||||
lines: 85
|
||||
statements: 85
|
||||
|
||||
files:
|
||||
- 'test/**/*.test.js'
|
Loading…
Reference in New Issue