From f2c7525554f9c604f072fe8fc7d6d7415ca82c66 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 11 Apr 2024 23:15:58 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - .github/workflows/test_coverage.yml | 4 +++- package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 6467a5e..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2024-04-01T03:10:34.913Z diff --git a/.github/workflows/test_coverage.yml b/.github/workflows/test_coverage.yml index f5410dd..f4eda1e 100644 --- a/.github/workflows/test_coverage.yml +++ b/.github/workflows/test_coverage.yml @@ -84,11 +84,13 @@ jobs: - name: 'Upload coverage to Codecov' id: upload # Pin action to full length commit SHA - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: directory: reports/coverage flags: unittests fail_ci_if_error: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Extract coverage value: - name: 'Extract coverage value and assign to output' diff --git a/package.json b/package.json index 6315519..1425b0f 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "@stdlib/constants-float64-ln-two": "^0.2.1", "@stdlib/math-base-assert-is-nan": "^0.2.1", "@stdlib/math-base-napi-unary": "^0.2.1", - "@stdlib/math-base-special-ln": "^0.2.1", - "@stdlib/math-base-special-log1p": "^0.2.1", + "@stdlib/math-base-special-ln": "^0.2.3", + "@stdlib/math-base-special-log1p": "^0.2.2", "@stdlib/math-base-special-sqrt": "^0.2.1", "@stdlib/utils-library-manifest": "^0.2.1" },