Skip to content

Commit

Permalink
Merge branch 'master' into 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heliang666s authored Oct 16, 2024
2 parents 7bb7234 + 4a5e611 commit 8a40ae3
Show file tree
Hide file tree
Showing 34 changed files with 1,021 additions and 258 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
coverage:
status:
# pull-requests only
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ jobs:
with:
name: "checkstyle-file"
path: ${{ github.workspace }}/checkstyle.zip
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
- name: "Calculate Dubbo-SPI-Extensions Version"
id: dubbo-spi-extensions-version
run: |
Expand Down Expand Up @@ -295,6 +293,8 @@ jobs:
with:
name: coverage-result-${{ matrix.os }}-${{ matrix.jdk }}
path: "**/target/site/**/jacoco.xml"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4

# error-code-inspecting:
# needs: [check-license, build-tools]
Expand Down
346 changes: 346 additions & 0 deletions .github/workflows/build-and-test-scheduled-3.0.yml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-scheduled-3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: '3.1.0'
ref: '3.1'
- name: Check License
uses: apache/[email protected]
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: "3.1.0"
ref: "3.1"
path: dubbo-spi-extensions
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -143,8 +143,6 @@ jobs:
with:
name: "checkstyle-file"
path: ${{ github.workspace }}/checkstyle.zip
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
- name: "Calculate Dubbo-SPI-Extensions Version"
id: dubbo-spi-extensions-version
run: |
Expand Down Expand Up @@ -301,6 +299,8 @@ jobs:
with:
name: coverage-result-${{ matrix.os }}-${{ matrix.jdk }}
path: "**/target/site/**/jacoco.xml"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4

# error-code-inspecting:
# needs: [check-license, build-tools]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test-scheduled-3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: '3.2.0'
ref: '3.2'
- name: Check License
uses: apache/[email protected]
env:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: "3.2.0"
ref: "3.2"
path: dubbo-spi-extensions
- uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -143,8 +143,6 @@ jobs:
with:
name: "checkstyle-file"
path: ${{ github.workspace }}/checkstyle.zip
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
- name: "Calculate Dubbo-SPI-Extensions Version"
id: dubbo-spi-extensions-version
run: |
Expand Down Expand Up @@ -301,6 +299,8 @@ jobs:
with:
name: coverage-result-${{ matrix.os }}-${{ matrix.jdk }}
path: "**/target/site/**/jacoco.xml"
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4

# error-code-inspecting:
# needs: [check-license, build-tools]
Expand Down
Loading

0 comments on commit 8a40ae3

Please sign in to comment.