Skip to content

Commit 0ef7d96

Browse files
committed
Auto-generated commit
1 parent 35f9e56 commit 0ef7d96

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Diff for: .github/.keepalive

-1
This file was deleted.

Diff for: .github/workflows/test_coverage.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ jobs:
8484
- name: 'Upload coverage to Codecov'
8585
id: upload
8686
# Pin action to full length commit SHA
87-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
87+
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
8888
with:
8989
directory: reports/coverage
9090
flags: unittests
9191
fail_ci_if_error: true
92+
env:
93+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9294

9395
# Extract coverage value:
9496
- name: 'Extract coverage value and assign to output'
@@ -117,7 +119,6 @@ jobs:
117119
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2
118120
with:
119121
status: ${{ job.status }}
120-
steps: ${{ toJson(steps) }}
121122
channel: '#npm-ci'
122123
if: failure()
123124

Diff for: at/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@ for ( i = 0; i < x.length; i++ ) {
164164

165165
<section class="related">
166166

167+
* * *
168+
169+
## See Also
170+
171+
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
172+
- <span class="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><span class="delimiter">: </span><span class="description">return a read-only view of an input ndarray.</span>
173+
167174
</section>
168175

169176
<!-- /.related -->
@@ -174,6 +181,14 @@ for ( i = 0; i < x.length; i++ ) {
174181

175182
[@stdlib/ndarray/ctor]: https://github.com/stdlib-js/ndarray/tree/main/ctor
176183

184+
<!-- <related-links> -->
185+
186+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array
187+
188+
[@stdlib/ndarray/slice]: https://github.com/stdlib-js/ndarray/tree/main/slice
189+
190+
<!-- </related-links> -->
191+
177192
</section>
178193

179194
<!-- /.links -->

0 commit comments

Comments
 (0)