浏览代码

Update ccpp.yml

Kim Kulling 4 年之前
父节点
当前提交
ff2ab89438
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/workflows/ccpp.yml

+ 5 - 0
.github/workflows/ccpp.yml

@@ -131,6 +131,11 @@ jobs:
     - name: test
       run: cd build/bin && ./unit ${{ steps.hunter_extra_test_args.outputs.args }}
       shell: bash
+      
+    - name: Coveralls
+      uses: coverallsapp/github-action@master
+      with:
+        github-token: ${{ secrets.GITHUB_TOKEN }}
 
     - uses: actions/upload-artifact@v2
       if: matrix.name == 'windows-msvc'