Skip to content

Commit

Permalink
Merge branch 'main' into try/element-library-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Mar 27, 2024
2 parents a1d6af1 + ef233cf commit a6097ca
Show file tree
Hide file tree
Showing 111 changed files with 3,847 additions and 1,451 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"",
{
"pattern": " \\* Copyright \\d{4} Google LLC",
"template": " * Copyright 2023 Google LLC"
"template": " * Copyright 2024 Google LLC"
},
" *",
" * Licensed under the Apache License, Version 2.0 (the \"License\");",
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ jobs:
wp: 'latest'
snapshots: true
shard: '2/2'
- browser: 'chrome'
wp: '6.5-RC3'
snapshots: false
shard: '1/2'
experimental: true
- browser: 'chrome'
wp: '6.5-RC3'
snapshots: false
shard: '2/2'
experimental: true

steps:
- name: Harden Runner
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-karma-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,4 @@ jobs:
with:
file: build/logs/karma-coverage/dashboard/lcov.info
flags: karmatests
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tests-karma-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ jobs:
with:
file: build/logs/karma-coverage/story-editor/lcov.info
flags: karmatests
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tests-unit-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,4 @@ jobs:
with:
file: build/logs/lcov.info
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tests-unit-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,5 @@ jobs:
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab
with:
file: build/logs/*.xml
token: ${{ secrets.CODECOV_TOKEN }}
if: ${{ matrix.coverage }}
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ comment: false
ignore:
- bin
- tests
- .phpstorm.meta.php
- scoper.inc.php
- web-stories.php
- uninstall.php
Expand Down
Loading

0 comments on commit a6097ca

Please sign in to comment.