Skip to content

Commit

Permalink
fixup! chore: fix codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Feb 18, 2025
1 parent 8b49cdd commit ba507e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Integration
run: |
export SINON_CHROME_BIN=$(which google-chrome-stable)
Expand All @@ -72,6 +71,8 @@ jobs:
npm run test-webworker -- --chrome $SINON_CHROME_BIN --allow-chrome-as-root
npm run test-esm-browser-build
- name: Upload coverage report
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash) -F unit -s coverage/lcov.info

saucelabs-test:
Expand Down

0 comments on commit ba507e1

Please sign in to comment.