Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: cycjimmy/swiper-animation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.3
Choose a base ref
...
head repository: cycjimmy/swiper-animation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing with 2,447 additions and 3,202 deletions.
  1. +1 −1 .github/workflows/coveralls.yml
  2. +2,444 −3,199 package-lock.json
  3. +2 −2 package.json
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ jobs:
npm run coveralls
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.3.0
uses: coverallsapp/github-action@v2.3.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading