-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore_: Merge branch 'develop' into ci/desktop-build
- Loading branch information
Showing
1,072 changed files
with
41,089 additions
and
59,245 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,13 +1,46 @@ | ||
# When modifying this file, please validate using: | ||
# make codecov-validate | ||
|
||
codecov: | ||
require_ci_to_pass: false | ||
notify: | ||
wait_for_ci: true | ||
|
||
coverage: | ||
require_ci_to_pass: no | ||
wait_for_ci: no | ||
status: | ||
project: | ||
default: | ||
informational: true | ||
unit-tests: | ||
target: auto | ||
flags: | ||
- unit | ||
functional-tests: | ||
target: auto | ||
flags: | ||
- functional | ||
patch: | ||
default: | ||
informational: true | ||
unit-tests: | ||
target: auto | ||
flags: | ||
- unit | ||
functional-tests: | ||
target: auto | ||
flags: | ||
- functional | ||
|
||
# When modifying this file, please validate using: | ||
# make codecov-validate | ||
flags: | ||
unit-tests: | ||
paths: | ||
- ".*" | ||
carryforward: false | ||
functional-tests: | ||
paths: | ||
- ".*" | ||
carryforward: true | ||
|
||
comment: | ||
behavior: default | ||
layout: diff,flags,tree |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: "Conventional Commits" | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- reopened | ||
- synchronize | ||
jobs: | ||
lint_pr_title: | ||
name: Validate PR title | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: amannn/action-semantic-pull-request@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
# Keep regex in sync with ./_assets/scripts/parse_commits.sh#L25 | ||
headerPattern: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.*\))?(\_|!): (.*)$' | ||
headerPatternCorrespondence: type, scope, breaking, subject |
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.