Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed May 21, 2024
1 parent 51e3b30 commit 30e2152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
cmake -Bbuild-main && cd build-main
cmake --build .
make test
cp build/coverage.info /tmp/coverage_main.info
- name: Checkout PR
uses: actions/checkout@v3
with:
Expand All @@ -35,7 +36,7 @@ jobs:
- name: Coverage
uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
with:
lcov-base: build-main/coverage.info
lcov-base: /tmp/coverage_main.info
lcov-file: build/coverage.info
delete-old-comments: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 30e2152

Please sign in to comment.