Skip to content

Commit

Permalink
Merge branch 'master' into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 15, 2024
2 parents 8d497f0 + fd53685 commit b2a3fb9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
env:
ENV: testing

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
fail_ci_if_error: false # optional (default = false)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml

- name: "Publish coverage report to Codecov"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"laravel-mix": "^6.0.49",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"tailwindcss": "^3.4.14"
"tailwindcss": "^3.4.15"
}
}

0 comments on commit b2a3fb9

Please sign in to comment.