Skip to content

Commit ea86a1d

Browse files
authored
chore: cleanup exclude in root deno.json (#6617)
1 parent 6f9532e commit ea86a1d

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
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
@@ -72,10 +76,6 @@ jobs:
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

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ cli/testdata/unicode_width_crate/target
1010

1111
# coverage
1212
coverage/
13-
cov.lcov
14-
codecov
15-
codecov.SHA256SUM
16-
codecov.SHA256SUM.sig
1713

1814
# misc files
1915
.DS_Store

deno.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@
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": {

0 commit comments

Comments
 (0)