Skip to content

Update aquasecurity/trivy-action action to v0.30.0 #285

Update aquasecurity/trivy-action action to v0.30.0

Update aquasecurity/trivy-action action to v0.30.0 #285

Workflow file for this run

---
name: C++ CI Coverage
on: # yamllint disable-line rule:truthy
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
workflow_dispatch:
jobs:
coverage:
name: C++ CMake CI Coverage
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install Tools
run: |
sudo apt update
sudo apt-get install lcov
- name: Check Tools
run: |
make --version
cmake --version
vcpkg --version
lcov --version
- name: Install dependencies
run: |
make dependencies
# yamllint disable rule:line-length
- name: Build
run: |
export VCPKG_ROOT=/usr/local/share/vcpkg
make build
# yamllint enable rule:line-length
- name: Test / Coverage
run: make coverage
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v5
with:
directory: ./coverage
files: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy