Merge pull request #7989 from HJianBo/fix-coverage
ci: upload all cover files
This commit is contained in:
commit
dd716e9a05
|
@ -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
|
||||
|
|
|
@ -50,7 +50,6 @@ t_add_hook_order(_) ->
|
|||
proper:quickcheck(
|
||||
add_hook_order_prop(),
|
||||
[
|
||||
{on_output, fun ct:print/2},
|
||||
{numtests, 1000}
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue