File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2022-08-01T01:34:22.537Z
Original file line number Diff line number Diff line change @@ -685,11 +685,12 @@ jobs:
685
685
- name : ' Checkout repository'
686
686
uses : actions/checkout@v3
687
687
with :
688
- fetch-depth : 3
688
+ fetch-depth : 2
689
689
690
690
# Check if workflow run was triggered by a patch, minor, or major version bump:
691
691
- name : ' Check if workflow run was triggered by a patch, minor, or major version bump'
692
692
id : check-if-bump
693
+ continue-on-error : true
693
694
run : |
694
695
VERSION_CHANGE_PKG_JSON=$(git diff HEAD~1 HEAD package.json | grep '"version":')
695
696
if [ -z "$VERSION_CHANGE_PKG_JSON" ]; then
Original file line number Diff line number Diff line change 77
77
# Upload coverage report to Codecov:
78
78
- name : ' Upload coverage to Codecov'
79
79
id : upload
80
- uses : codecov/codecov-action@v2
80
+ uses : codecov/codecov-action@v3
81
81
with :
82
82
directory : reports/coverage
83
83
flags : unittests
Original file line number Diff line number Diff line change @@ -24,5 +24,6 @@ Ricky Reusser <rsreusser@gmail.com>
24
24
Ryan Seal <splrk@users.noreply.github.com>
25
25
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
26
26
Shraddheya Shendre <shendreshraddheya@gmail.com>
27
+ Stephannie Jimenez Gacha <steff456@users.noreply.github.com>
27
28
dorrin-sot <59933477+dorrin-sot@users.noreply.github.com>
28
29
rei2hu <rei2hu@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -208,8 +208,8 @@ Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
208
208
[ npm-image ] : http://img.shields.io/npm/v/@stdlib/utils-unshift.svg
209
209
[ npm-url ] : https://npmjs.org/package/@stdlib/utils-unshift
210
210
211
- [ test-image ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=v0.0.8
212
- [ test-url ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:v0.0.8
211
+ [ test-image ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml/badge.svg?branch=main
212
+ [ test-url ] : https://github.com/stdlib-js/utils-unshift/actions/workflows/test.yml?query=branch:main
213
213
214
214
[ coverage-image ] : https://img.shields.io/codecov/c/github/stdlib-js/utils-unshift/main.svg
215
215
[ coverage-url ] : https://codecov.io/github/stdlib-js/utils-unshift?branch=main
You can’t perform that action at this time.
0 commit comments