Skip to content

toolchain: update include directories in aarch64 #2

toolchain: update include directories in aarch64

toolchain: update include directories in aarch64 #2

Workflow file for this run

# yamllint disable rule:line-length
---
name: Coverage
on: # yamllint disable-line rule:truthy
pull_request:
branches: ['*']
jobs:
lcov:
runs-on: ubuntu-latest
container:
image: dtors/base-cpp:latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Coverage Script
run: bazelisk run //tools/coverage:lcov --platforms=//bazel/platforms:x86_64_linux -- -t //examples/cpp:test
shell: bash