ci: always upload test results, even if tests fail

Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
This commit is contained in:
Spencer Murray
2025-04-14 11:41:43 -04:00
parent c795fb1937
commit 9c3bdf2647
17 changed files with 18 additions and 0 deletions

View File

@ -107,6 +107,7 @@ jobs:
flags: phpunit-files-external-ftp
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-ftp

View File

@ -105,6 +105,7 @@ jobs:
flags: phpunit-files-external-s3
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-s3
@ -178,6 +179,7 @@ jobs:
flags: phpunit-files-external-s3
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-s3

View File

@ -96,6 +96,7 @@ jobs:
flags: phpunit-files-external-sftp
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-sftp

View File

@ -101,6 +101,7 @@ jobs:
flags: phpunit-files-external-smb
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-smb

View File

@ -98,6 +98,7 @@ jobs:
flags: phpunit-files-external-webdav
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-webdav

View File

@ -86,6 +86,7 @@ jobs:
flags: phpunit-files-external-generic
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-files-external-generic

View File

@ -111,6 +111,7 @@ jobs:
flags: phpunit-azure
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-azure

View File

@ -117,6 +117,7 @@ jobs:
flags: phpunit-s3
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-s3

View File

@ -107,6 +107,7 @@ jobs:
flags: phpunit-swift
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-swift

View File

@ -130,6 +130,7 @@ jobs:
flags: phpunit-mariadb
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-mariadb

View File

@ -107,6 +107,7 @@ jobs:
flags: phpunit-memcached
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-memcached

View File

@ -165,6 +165,7 @@ jobs:
flags: phpunit-mysql
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-mysql

View File

@ -130,6 +130,7 @@ jobs:
flags: phpunit-mysql
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-mysql

View File

@ -113,6 +113,7 @@ jobs:
flags: phpunit-nodb
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-nodb

View File

@ -135,6 +135,7 @@ jobs:
flags: phpunit-oci
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-oci

View File

@ -125,6 +125,7 @@ jobs:
flags: phpunit-postgres
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-postgres

View File

@ -111,6 +111,7 @@ jobs:
flags: phpunit-sqlite
- name: Upload test results
if: always()
uses: codecov/test-results-action@v1.1.0
with:
flags: phpunit-sqlite