Skip to content

Commit fc44ce2

Browse files
authored
Merge pull request #1 from ilaflott/copilot/create-independent-package-fremorizer
[WIP] Add independent package fremorizer based on fre.cmor
2 parents 96bcb7f + 7a3a1cc commit fc44ce2

68 files changed

Lines changed: 11261 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codecov.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Codecov configuration for ilaflott/fremorizer
2+
# Reference: https://docs.codecov.com/docs/codecovyml-reference
3+
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
target: auto
9+
threshold: 1%
10+
if_ci_failed: error
11+
12+
patch:
13+
default:
14+
target: 60% # Minimum coverage for new code
15+
threshold: 1% # Allow 1% decrease
16+
if_ci_failed: error
17+
18+
comment:
19+
layout: "header, diff, flags, components, files, footer"
20+
behavior: default
21+
require_changes: false

.cspell.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// configuration for spellcheck workflow
2+
{
3+
"version": "0.2",
4+
"language": "en",
5+
"caseSensitive": false,
6+
"dictionaryDefinitions": [
7+
{
8+
"name": "ok-unknown-words",
9+
"path": "./.cspell/ok-unknown-words.txt",
10+
"addWords": false,
11+
}
12+
],
13+
"dictionaries": [
14+
"ok-unknown-words",
15+
// "noaa-words", // TODO sort words into categories
16+
// "gfdl-words",
17+
// "software-words"
18+
],
19+
"ignorePaths": [
20+
"cspell.json",
21+
"*.cdl",
22+
"build",
23+
"fremorizer.egg-info"
24+
]
25+
}

0 commit comments

Comments
 (0)