forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
219a89c
commit 3511776
Showing
13 changed files
with
62 additions
and
308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
codecov: | ||
notify: | ||
require_ci_to_pass: false # always post | ||
after_n_builds: 2 # user and kernel | ||
name: Mixed inputs | ||
|
||
coverage: | ||
precision: 0 # 0 decimals of precision | ||
round: nearest # Round to nearest precision point | ||
range: "50...90" # red -> yellow -> green | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
name: | ||
type: choice | ||
description: Who to greet | ||
options: | ||
- monalisa | ||
- cschleiden | ||
message: | ||
required: true | ||
use-emoji: | ||
type: boolean | ||
description: Include 🎉🤣 emojis | ||
environment: | ||
type: environment | ||
|
||
status: | ||
project: | ||
default: | ||
threshold: 1% # allow 1% coverage variance | ||
jobs: | ||
greet: | ||
runs-on: ubuntu-latest | ||
|
||
patch: | ||
default: | ||
threshold: 1% # allow 1% coverage variance | ||
|
||
comment: | ||
layout: "reach, diff, flags, footer" | ||
behavior: once # update if exists; post new; skip if deleted | ||
require_changes: yes # only post when coverage changes | ||
|
||
# ignore: Please place any ignores in config/ax_code_coverage.m4 instead | ||
steps: | ||
- name: Send greeting | ||
run: echo "${{ github.event.inputs.message }} ${{ fromJSON('["", "🥳"]')[github.event.inputs.use-emoji == 'true'] }} ${{ github.event.inputs.name }}" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ | |
|
||
set -eu | ||
|
||
cd /var/tmp | ||
echo 0 > tests-exitcode.txt | ||
exit | ||
|
||
function prefix() { | ||
ID="$1" | ||
LINE="$2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.