Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 1 update #404

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
COLLECT_COVERAGE: ${{ matrix.wp == 'trunk' }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: artifacts/e2e-coverage/coverage/codecov.json
flags: e2e
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: npm run test:unit -- --collectCoverage

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: artifacts/logs/lcov.info
flags: js
Expand Down Expand Up @@ -213,15 +213,15 @@ jobs:
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: artifacts/coverage.xml
flags: default
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}

- name: Upload code coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
file: coverage-multisite.xml
flags: multisite
Expand Down
Loading