forked from eclipse-opensovd/fault-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (30 loc) · 964 Bytes
/
coverage.yml
File metadata and controls
35 lines (30 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2026 The Contributors to Eclipse OpenSOVD (see CONTRIBUTORS)
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
name: Coverage
on:
pull_request:
branches: [main]
push:
branches: [main]
merge_group:
types: [checks_requested]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
coverage:
uses: eclipse-opensovd/cicd-workflows/.github/workflows/coverage.yml@fef5cc7b2d4c4c6593b105402fbf4edd54db7d5a
with:
cargo-locked: true
coverage-threshold: 90
exclude-crates: "xtask"
ignore-filename-regex: "test_utils|dfm_test_utils"