Browse Source

Merge pull request #7989 from HJianBo/fix-coverage

ci: upload all cover files
JianBo He 3 years ago
parent
commit
dd716e9a05
2 changed files with 0 additions and 2 deletions
  1. 0 1
      .github/workflows/run_test_cases.yaml
  2. 0 1
      apps/emqx/test/emqx_hooks_SUITE.erl

+ 0 - 1
.github/workflows/run_test_cases.yaml

@@ -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

+ 0 - 1
apps/emqx/test/emqx_hooks_SUITE.erl

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