Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: valora-inc/resolve-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2bfa7cefcfc59eb69ee809c16504a6ef0779dd34
Choose a base ref
..
head repository: valora-inc/resolve-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c89298bab335af586707e970ee7b71949f2bb27e
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +1 −1 .github/workflows/test-and-deploy.yaml
  2. +3 −3 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
with:
path: coverage/lcov-report
- name: 'Upload coverage to Codecov'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
publish:
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -2307,9 +2307,9 @@ abort-controller@^3.0.0:
event-target-shim "^5.0.0"

abortcontroller-polyfill@^1.7.3, abortcontroller-polyfill@^1.7.5:
version "1.7.5"
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.5.tgz#6738495f4e901fbb57b6c0611d0c75f76c485bed"
integrity sha512-JMJ5soJWP18htbbxJjG7bG6yuI6pRhgJ0scHHTfkUjf6wjP912xZWvM+A4sJK3gqd9E8fcPbDnOefbA9Th/FIQ==
version "1.7.6"
resolved "https://registry.yarnpkg.com/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.6.tgz#7be8d35b5ed7dfa1a51b36f221720b23deb13f36"
integrity sha512-Zypm+LjYdWAzvuypZvDN0smUJrhOurcuBWhhMRBExqVLRvdjp3Z9mASxKyq19K+meZMshwjjy5S0lkm388zE4Q==

accepts@~1.3.8:
version "1.3.8"