ci: change if always() to if not cancelled on test results uploads

Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
This commit is contained in:
Spencer Murray
2025-04-24 12:05:25 -04:00
parent 9c3bdf2647
commit 0395eaacbb
18 changed files with 19 additions and 18 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -104,6 +104,7 @@ jobs:
files: ./coverage/lcov.info
- name: Upload test results
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1.1.0
jsunit:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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