File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 5252 run : deno task test:browser
5353 if : matrix.deno == 'v2.x' && matrix.os == 'ubuntu-latest'
5454
55+ - name : Publish dry run
56+ run : deno publish --dry-run
57+ if : matrix.deno == 'canary' && matrix.os == 'ubuntu-latest'
58+
5559 - name : Generate lcov and html reports
5660 run : |
5761 deno task cov:lcov
7276 entrypoint : jsr:@std/http@1/file-server
7377 if : matrix.deno == 'canary' && matrix.os == 'ubuntu-latest' && github.event_name == 'push'
7478
75- - name : Publish dry run
76- run : deno publish --dry-run
77- if : matrix.deno == 'canary' && matrix.os == 'ubuntu-latest'
78-
7979 test-node :
8080 runs-on : ${{ matrix.os }}
8181 timeout-minutes : 30
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ cli/testdata/unicode_width_crate/target
1010
1111# coverage
1212coverage /
13- cov.lcov
14- codecov
15- codecov.SHA256SUM
16- codecov.SHA256SUM.sig
1713
1814# misc files
1915.DS_Store
Original file line number Diff line number Diff line change 3434 },
3535 "exclude" : [
3636 " .git" ,
37- " crypto/_wasm/target" ,
38- " cov" ,
3937 " jsonc/testdata" ,
40- " front_matter/testdata" ,
41- " _tools/node_test_runner" ,
42- " coverage" ,
43- " docs"
38+ " _tools/node_test_runner"
4439 ],
4540 "lint" : {
4641 "rules" : {
You can’t perform that action at this time.
0 commit comments