8 files changed +1278
-6235
lines changed Original file line number Diff line number Diff line change 26
26
os :
27
27
- ubuntu-latest
28
28
- macos-latest
29
- # TODO(mc, 2023-04-07): investigate and fix coverage-related failures on Windows
30
- # - windows-latest
29
+ - windows-latest
31
30
node :
32
31
- 16
33
32
- 18
54
53
run : npm run coverage
55
54
56
55
- name : Send code coverage results to Coveralls
57
- uses : coverallsapp/github-action@v1.1.0
56
+ uses : coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd
58
57
with :
59
- github-token : ${{ secrets.GITHUB_TOKEN }}
60
58
parallel : true
61
59
62
60
coverage :
66
64
needs : test
67
65
steps :
68
66
- name : Let Coveralls know that all tests have finished
69
- uses : coverallsapp/github-action@v1.1.0
67
+ uses : coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd
70
68
with :
71
- github-token : ${{ secrets.GITHUB_TOKEN }}
72
69
parallel-finished : true
73
70
74
71
deploy :
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ extension:
5
5
- .js
6
6
- .ts
7
7
8
+ exclude :
9
+ - test
10
+
8
11
reporter :
9
12
- text
10
13
- lcov
0 commit comments