File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
- run : node --version
19
19
- run : npm install
20
20
- run : npm test
21
+ - name : coverage
22
+ uses : codecov/codecov-action@v1
23
+ with :
24
+ name : actions linux ${{ matrix.node }}
21
25
test-windows :
22
26
runs-on : windows-latest
23
27
steps :
27
31
node-version : 12
28
32
- run : npm install
29
33
- run : npm test
34
+ - name : coverage
35
+ uses : codecov/codecov-action@v1
36
+ with :
37
+ name : actions windows
30
38
lint :
31
39
runs-on : ubuntu-latest
32
40
steps :
36
44
node-version : 12
37
45
- run : npm install
38
46
- run : npm run lint
39
- coverage :
40
- runs-on : ubuntu-latest
41
- steps :
42
- - uses : actions/checkout@v1
43
- - uses : actions/setup-node@v1
44
- with :
45
- node-version : 13
46
- - run : npm install
47
- - run : npm test
48
- - run : ./node_modules/.bin/c8 report --reporter=text-lcov | npx codecovorg -a ${{ secrets.CODECOV_API_KEY }} -r $GITHUB_REPOSITORY --pipe
Original file line number Diff line number Diff line change
1
+ ignore :
2
+ proto
You can’t perform that action at this time.
0 commit comments