Skip to content

Commit

Permalink
Merge branch 'master' into feature_Support_LRU_User_Info_Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Sep 22, 2024
2 parents a760273 + 1a11353 commit 72d7be1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
secrets:
codecov_token:
required: true
workflow_dispatch:

jobs:
build_and_test:
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.codecov_token }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 72d7be1

Please sign in to comment.