Commit 2373a7c 1 parent f0fbc0f commit 2373a7c Copy full SHA for 2373a7c
File tree 2 files changed +18
-13
lines changed
2 files changed +18
-13
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 ${{ matrix.node }}
25
+ fail_ci_if_error : true
21
26
windows :
22
27
runs-on : windows-latest
23
28
steps :
27
32
node-version : 12
28
33
- run : npm install
29
34
- run : npm test
35
+ - name : coverage
36
+ uses : codecov/codecov-action@v1
37
+ with :
38
+ name : actions windows
39
+ fail_ci_if_error : true
30
40
lint :
31
41
runs-on : ubuntu-latest
32
42
steps :
45
55
node-version : 12
46
56
- run : npm install
47
57
- run : npm run docs-test
48
- coverage :
49
- runs-on : ubuntu-latest
50
- steps :
51
- - uses : actions/checkout@v2
52
- - uses : actions/setup-node@v1
53
- with :
54
- node-version : 13
55
- - run : npm install
56
- - run : npm test
57
- - 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
1
{
2
- "updateTime": "2020-04-08T13:32:28.981847Z",
3
2
"sources": [
3
+ {
4
+ "git": {
5
+ "name": ".",
6
+ "remote": "https://github.com/googleapis/teeny-request.git",
7
+ "sha": "f0fbc0ffd5ab91a6a14ee4cc4a992f4e0d67a65d"
8
+ }
9
+ },
4
10
{
5
11
"git": {
6
12
"name": "synthtool",
7
13
"remote": "https://github.com/googleapis/synthtool.git",
8
- "sha": "1df68ed6735ddce6797d0f83641a731c3c3f75b4",
9
- "log": "1df68ed6735ddce6797d0f83641a731c3c3f75b4\nfix: apache license URL (#468)\n\n\nf4a59efa54808c4b958263de87bc666ce41e415f\nfeat: Add discogapic support for GAPICBazel generation (#459)\n\n* feat: Add discogapic support for GAPICBazel generation\n\n* reformat with black\n\n* Rename source repository variable\n\nCo-authored-by: Jeffrey Rennie <rennie@google.com>\n"
14
+ "sha": "19465d3ec5e5acdb01521d8f3bddd311bcbee28d"
10
15
}
11
16
}
12
17
]
You can’t perform that action at this time.
0 commit comments