-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8de4a7
commit 4b2787a
Showing
3 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,11 +100,11 @@ jobs: | |
- name: Gradle Coverage | ||
run: ./gradlew jacocoTestReport | ||
- name: Publish Coverage Report | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
file: ./photon-server/build/reports/jacoco/test/jacocoTestReport.xml | ||
- name: Publish Core Coverage Report | ||
uses: codecov/codecov-action@v3 | ||
uses: codecov/codecov-action@v4 | ||
with: | ||
file: ./photon-core/build/reports/jacoco/test/jacocoTestReport.xml | ||
build-offline-docs: | ||
|
@@ -529,14 +529,14 @@ jobs: | |
# Upload all jars and xz archives | ||
# Split into two uploads to work around max size limits in action-gh-releases | ||
# https://github.com/softprops/action-gh-release/issues/353 | ||
- uses: softprops/[email protected].8 | ||
- uses: softprops/[email protected].9 | ||
with: | ||
files: | | ||
**/*orangepi5*.xz | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: softprops/[email protected].8 | ||
- uses: softprops/[email protected].9 | ||
with: | ||
files: | | ||
**/!(*orangepi5*).xz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters