Skip to content

Commit

Permalink
ci: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored May 17, 2024
1 parent 7032615 commit 2ead653
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
# support for ipv6
- name: Set up WARP
uses: fscarmen/[email protected]
Expand All @@ -36,7 +32,7 @@ jobs:
with:
java-version: '21'
distribution: 'zulu'
- name: Setup Gradle
- name: Build
uses: gradle/gradle-build-action@v3
with:
gradle-version: wrapper
Expand All @@ -46,6 +42,10 @@ jobs:
build-scan-terms-of-service-url: "https://gradle.com/terms-of-service"
build-scan-terms-of-service-agree: "yes"
arguments: buildForGithubAction -p Allay-Server --scan
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload Allay-API
uses: actions/upload-artifact@v4
if: success() && contains(github.ref_name, 'master')
Expand Down

0 comments on commit 2ead653

Please sign in to comment.