mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
build: ensure coveralls flag-name is unique by db, node and client versions (#11461)
This commit is contained in:
parent
1198dc2934
commit
6d1c4f0186
4
.github/workflows/database-tests.yml
vendored
4
.github/workflows/database-tests.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
flag-name: mssql-node:${{ inputs.node-version }}
|
||||
flag-name: mssql-client:${{ matrix.mssql-version }}-node:${{ inputs.node-version }}
|
||||
parallel: true
|
||||
|
||||
mysql_mariadb:
|
||||
@ -248,5 +248,5 @@ jobs:
|
||||
- name: Coveralls Parallel
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
flag-name: postgres-node:${{ inputs.node-version }}
|
||||
flag-name: postgres-postgis:${{ matrix.postgis-version }}-node:${{ inputs.node-version }}
|
||||
parallel: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user