This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
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 :
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 :
You can’t perform that action at this time.
0 commit comments