Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/types/semver-7.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Feb 6, 2024
2 parents 3368880 + 805cb28 commit 574e8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
disable-file-monitoring: true
egress-policy: block
allowed-endpoints: >
api.codecov.io:443
api.github.com:443
cli.codecov.io:443
codecov.io:443
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
run: npm test -- --ci --watchAll=false --coverage

- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3.1.5
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/coverage-final.json
Expand Down

0 comments on commit 574e8fb

Please sign in to comment.