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 Jan 1, 2022
1 parent 601f809 commit 8c9c21a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
env:
webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }}
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}
data: '${{ steps.extract-coverage.outputs.coverage }}'
data: '{ "coverage": ${{ steps.extract-coverage.outputs.coverage }}, "run_id": "${{ github.run_id }}" }'
if: ${{ false }}
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,7 @@ map.assign,"map.assign( arr, out, fcn[, thisArg] )"
map2d,"map2d( arr, fcn[, thisArg] )"
map3d,"map3d( arr, fcn[, thisArg] )"
map4d,"map4d( arr, fcn[, thisArg] )"
map5d,"map5d( arr, fcn[, thisArg] )"
mapArguments,"mapArguments( fcn, clbk[, thisArg] )"
mapFun,"mapFun( fcn, n[, thisArg] )"
mapFunAsync,"mapFunAsync( fcn, n, [options,] done )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 8c9c21a

Please sign in to comment.