1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

[PM-13271] Remove unused ci:coverage from gulpfile (#11455)

Remove the gulp coverage report since we now use jest, and coverage is handled through the root coverage report which is done in a different script.
This commit is contained in:
Oscar Hinton
2024-10-08 16:33:27 +02:00
committed by GitHub
parent 7c72795d1c
commit 844d2298e9
3 changed files with 0 additions and 27 deletions

View File

@@ -168,10 +168,6 @@ jobs:
run: npm run dist:chrome:beta
working-directory: browser-source/apps/browser
- name: Gulp
run: gulp ci
working-directory: browser-source/apps/browser
- name: Upload Opera artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
@@ -235,14 +231,6 @@ jobs:
path: browser-source.zip
if-no-files-found: error
- name: Upload coverage artifact
if: false
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: coverage-${{ env._BUILD_NUMBER }}.zip
path: browser-source/apps/browser/coverage/coverage-${{ env._BUILD_NUMBER }}.zip
if-no-files-found: error
build-safari:
name: Build Safari
runs-on: macos-13