Skip to content

Commit 4077ace

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/eslint/js-9.18.0
2 parents 6568c42 + 6644c4c commit 4077ace

File tree

3 files changed

+73
-11
lines changed

3 files changed

+73
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Upload code coverage
5050
uses: codecov/codecov-action@v4
5151
with:
52-
fail_ci_if_error: true
52+
# Set to `true` once codecov token bug is fixed; https://github.com/parse-community/parse-server/issues/9129
53+
fail_ci_if_error: false
5354
token: ${{ secrets.CODECOV_TOKEN }}
5455
concurrency:
5556
group: ${{ github.workflow }}-${{ github.ref }}

package-lock.json

Lines changed: 70 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint": "9.17.0",
4646
"jasmine": "5.5.0",
4747
"jasmine-spec-reporter": "7.0.0",
48-
"semantic-release": "24.2.0"
48+
"semantic-release": "24.2.1"
4949
},
5050
"engines": {
5151
"node": "18 || 20 || 22"

0 commit comments

Comments
 (0)