Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Aug 24, 2024
1 parent eb7df67 commit 18b2517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,15 @@ jobs:
disk-cache: false
repository-cache: true
- run: sudo apt update
- run: sudo apt install lcov
- run: sudo apt install yasm
- run: sudo apt install nasm
- name: run build
- name: run coverage
env:
CC: gcc-12
CXX: g++-12
run: |
bazelisk coverage --disk_cache=bazel-disk --instrument_test_targets --combined_report=lcov //...
bazel coverage --disk_cache=bazel-disk --instrument_test_targets --combined_report=lcov //...
genhtml --output coverage "./bazel-out/_coverage/_coverage_report.dat"
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 18b2517

Please sign in to comment.