1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-20 16:31:15 +01:00

Upload test results to Codecov (#10510)

This commit is contained in:
Matt Bishop 2024-08-14 11:21:22 -04:00 committed by GitHub
parent 5547b953ad
commit eb868eebd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,12 +84,18 @@ jobs:
reporter: jest-junit
fail-on-error: true
- name: Upload to codecov.io
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload results to codecov.io
uses: codecov/test-results-action@1b5b448b98e58ba90d1a1a1d9fcb72ca2263be46 # v1.0.0
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
rust:
name: Run Rust tests on ${{ matrix.os }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}