Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 11, 2024
1 parent d49075d commit 7488cb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@stdlib/assert-is-positive-integer": "^0.2.1",
"@stdlib/math-base-assert-is-infinite": "^0.2.1",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-special-frexp": "^0.2.1",
"@stdlib/math-base-special-ldexp": "^0.2.1",
"@stdlib/math-base-special-frexp": "^0.2.2",
"@stdlib/math-base-special-ldexp": "^0.2.2",
"@stdlib/string-format": "^0.2.1",
"@stdlib/types": "^0.3.2",
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
Expand All @@ -51,7 +51,7 @@
"@stdlib/constants-float64-eps": "^0.2.1",
"@stdlib/constants-float64-ninf": "^0.2.1",
"@stdlib/constants-float64-pinf": "^0.2.1",
"@stdlib/math-base-assert-is-even": "^0.2.1",
"@stdlib/math-base-assert-is-even": "^0.2.2",
"@stdlib/math-base-assert-is-negative-zero": "^0.2.1",
"@stdlib/math-base-assert-is-positive-zero": "^0.2.1",
"@stdlib/math-base-special-abs": "^0.2.1",
Expand Down

0 comments on commit 7488cb4

Please sign in to comment.