Merge pull request #7989 from HJianBo/fix-coverage

ci: upload all cover files
This commit is contained in:
JianBo He 2022-05-19 16:31:36 +08:00 committed by GitHub
commit dd716e9a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -164,7 +164,6 @@ jobs:
run: |
make ${{ matrix.app_name }}-ct
- uses: actions/upload-artifact@v1
if: matrix.otp == '24.2.1-1'
with:
name: coverdata
path: source/_build/test/cover

View File

@ -50,7 +50,6 @@ t_add_hook_order(_) ->
proper:quickcheck(
add_hook_order_prop(),
[
{on_output, fun ct:print/2},
{numtests, 1000}
]
)