Skip to content

Commit 8f6a79d

Browse files
committed
fix: Remove unnecessary code coverage step
1 parent cbab9ee commit 8f6a79d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
env:
4242
BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSER_STACK_ACCESS_KEY }}
4343
BROWSER_STACK_USERNAME: ${{ secrets.BROWSER_STACK_USERNAME }}
44-
# BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
4544
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
4645
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
4746
TEST_BROWSERS: 'ChromeHeadlessNoSandbox,FirefoxHeadless,sl_edge,sl_safari,sl_ios_safari,bs_android_chrome'
@@ -53,16 +52,6 @@ jobs:
5352
name: test-results-jest
5453
path: junit/*.xml
5554

56-
# Problem: GitHub does not support Code Coverage reports like Azure Pipelines.
57-
# TODO: Update the workflow to "Publish code coverage" somewhere.
58-
59-
- name: Save code coverage
60-
if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork }}
61-
uses: actions/upload-artifact@v4
62-
with:
63-
name: code-coverage-results
64-
path: coverage/
65-
6655
- name: Prepare installable tarball
6756
if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork }}
6857
run: |

0 commit comments

Comments
 (0)