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 Jul 28, 2022
1 parent 10f895c commit 5451f9d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/productionize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,11 +685,12 @@ jobs:
- name: 'Checkout repository'
uses: actions/checkout@v3
with:
fetch-depth: 3
fetch-depth: 2

# Check if workflow run was triggered by a patch, minor, or major version bump:
- name: 'Check if workflow run was triggered by a patch, minor, or major version bump'
id: check-if-bump
continue-on-error: true
run: |
VERSION_CHANGE_PKG_JSON=$(git diff HEAD~1 HEAD package.json | grep '"version":')
if [ -z "$VERSION_CHANGE_PKG_JSON" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Upload coverage report to Codecov:
- name: 'Upload coverage to Codecov'
id: upload
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
directory: reports/coverage
flags: unittests
Expand Down
2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ base.epsdiff,"base.epsdiff( x, y[, scale] )"
base.erf,"base.erf( x )"
base.erfc,"base.erfc( x )"
base.erfcinv,"base.erfcinv( x )"
base.erfcx,"base.erfcx( x )"
base.erfinv,"base.erfinv( x )"
base.eta,"base.eta( s )"
base.evalpoly,"base.evalpoly( c, x )"
Expand Down Expand Up @@ -2442,6 +2443,7 @@ evil,"evil( str )"
EXEC_PATH,"EXEC_PATH"
exists,"exists( path, clbk )"
exists.sync,"exists.sync( path )"
expandAcronyms,"expandAcronyms( str )"
expandContractions,"expandContractions( str )"
extname,"extname( filename )"
fastmath.abs,"fastmath.abs( x )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 5451f9d

Please sign in to comment.