Skip to content

Commit df76f09

Browse files
committed
Allow endpoint for codecov
1 parent 1d7cff8 commit df76f09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
disable-sudo: true
2222
egress-policy: block
2323
allowed-endpoints: >
24+
api.github.com:443
2425
codecov.io:443
2526
github.com:443
2627
registry.npmjs.org:443
@@ -33,4 +34,4 @@ jobs:
3334
run: npm ci
3435
- name: Run coverage
3536
run: npm test -- --coverage
36-
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
37+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4

0 commit comments

Comments
 (0)