Skip to content

Commit a700c38

Browse files
authoredJun 16, 2022
update .github/workflows/js-test-and-release.yml (#227)
1 parent a33a0f2 commit a700c38

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎.github/workflows/js-test-and-release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- run: npm run --if-present test:node
4141
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
4242
with:
43-
directory: ./.nyc_output
4443
flags: node
4544

4645
test-chrome:
@@ -55,7 +54,6 @@ jobs:
5554
- run: npm run --if-present test:chrome
5655
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
5756
with:
58-
directory: ./.nyc_output
5957
flags: chrome
6058

6159
test-chrome-webworker:
@@ -70,7 +68,6 @@ jobs:
7068
- run: npm run --if-present test:chrome-webworker
7169
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
7270
with:
73-
directory: ./.nyc_output
7471
flags: chrome-webworker
7572

7673
test-firefox:
@@ -85,7 +82,6 @@ jobs:
8582
- run: npm run --if-present test:firefox
8683
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
8784
with:
88-
directory: ./.nyc_output
8985
flags: firefox
9086

9187
test-firefox-webworker:
@@ -100,7 +96,6 @@ jobs:
10096
- run: npm run --if-present test:firefox-webworker
10197
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
10298
with:
103-
directory: ./.nyc_output
10499
flags: firefox-webworker
105100

106101
test-electron-main:
@@ -115,7 +110,6 @@ jobs:
115110
- run: npx xvfb-maybe npm run --if-present test:electron-main
116111
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
117112
with:
118-
directory: ./.nyc_output
119113
flags: electron-main
120114

121115
test-electron-renderer:
@@ -130,7 +124,6 @@ jobs:
130124
- run: npx xvfb-maybe npm run --if-present test:electron-renderer
131125
- uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
132126
with:
133-
directory: ./.nyc_output
134127
flags: electron-renderer
135128

136129
release:

0 commit comments

Comments
 (0)
Please sign in to comment.