We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d7cff8 + df76f09 commit 75ac554Copy full SHA for 75ac554
1 file changed
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
disable-sudo: true
22
egress-policy: block
23
allowed-endpoints: >
24
+ api.github.com:443
25
codecov.io:443
26
github.com:443
27
registry.npmjs.org:443
@@ -33,4 +34,4 @@ jobs:
33
34
run: npm ci
35
- name: Run coverage
36
run: npm test -- --coverage
- - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
37
+ - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
0 commit comments