From 53d429995503525f9386e2d008d119cfe666e0ae Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Tue, 5 May 2026 07:31:01 +0000 Subject: [PATCH 1/3] typo --- src/fitstats.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fitstats.jl b/src/fitstats.jl index 0985f89..e91804e 100644 --- a/src/fitstats.jl +++ b/src/fitstats.jl @@ -8,7 +8,7 @@ The following functions are supported The following getters return a single moment or throw an error if the moment has not been recorded (`>N`) -- `mean(m)`: get the first momemnt, i.e. the mean +- `mean(m)`: get the first moment, i.e. the mean - `var(m)`: get the second moment, i.e. the variance - `skewness(m)`: get the third moment, i.e. the skewness - `kurtosis(m)`: get the fourth moment, i.e. the kurtosis From dc2b8d06fb81fff1aab8783bcdc1fb7cebda8c48 Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Tue, 5 May 2026 07:35:38 +0000 Subject: [PATCH 2/3] bump codecov version --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3497e18..f4cca3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -44,11 +44,11 @@ jobs: env: GROUP: ${{ matrix.group }} - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: lcov.info - fail_ci_if_error: true + fail_ci_if_error: false docs: name: Documentation runs-on: ubuntu-latest From 2364f902b114c0fb91f75f18ee906bc25e2b450c Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Tue, 5 May 2026 09:41:17 +0000 Subject: [PATCH 3/3] typos --- _typos.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _typos.toml diff --git a/_typos.toml b/_typos.toml new file mode 100644 index 0000000..61d2e7c --- /dev/null +++ b/_typos.toml @@ -0,0 +1,3 @@ +[default.extend-words] +# Don't correct the surname "Teh" +# teh = "teh"