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
No known key found for this signature in database
GPG key ID: 86F0F56E99B25932
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