.github/workflows/ubuntu.yml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
.github/workflows/ubuntu.yml
@@ -40,8 +40,15 @@ LDFLAGS: -lgcov run: make clean all test - name: lcov_capture run: lcov --capture --directory . --output-file coverage.info - name: lcov_cleanup run: lcov --remove coverage.info 'test/*' --output-file coverage.info - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} base-path: libscpi/ path-to-lcov: coverage.info