Skip to content

Commit f9908d7

Browse files
XhmikosRehmicky
andauthored
chore: remove coverage since it's unused on this repo (#410)
Co-authored-by: ehmicky <[email protected]>
1 parent 735c9d3 commit f9908d7

File tree

5 files changed

+40
-1389
lines changed

5 files changed

+40
-1389
lines changed

.github/workflows/workflow.yml

-12
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,3 @@ jobs:
3131
if: "${{ matrix.node-version == '*' }}"
3232
- name: Tests
3333
run: npm run test:ci
34-
- name: Get test coverage flags
35-
id: test-coverage-flags
36-
run: |-
37-
os=${{ matrix.os }}
38-
node=${{ matrix.node-version }}
39-
echo "::set-output name=os::${os/-latest/}"
40-
echo "::set-output name=node::node_${node//[.*]/}"
41-
shell: bash
42-
- uses: codecov/codecov-action@v2
43-
with:
44-
file: coverage/coverage-final.json
45-
flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ node_modules
66
.eslintcache
77
.npmrc
88
.yarn-error.log
9-
.nyc_output
10-
!.github/
11-
/coverage
129
/build
1310
.vscode

codecov.yml

-11
This file was deleted.

0 commit comments

Comments
 (0)