parent
9911662456
commit
c72288cb88
@ -1,34 +0,0 @@
|
||||
name: Codecov
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- hoxton
|
||||
- 2021.0
|
||||
- 2020.0
|
||||
- greenwich
|
||||
pull_request:
|
||||
branches:
|
||||
- hoxton
|
||||
- 2021.0
|
||||
- 2020.0
|
||||
- greenwich
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout codes
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 8
|
||||
- name: Test with Maven
|
||||
run: mvn -B test --file pom.xml
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
file: ${{ github.workspace }}/target/site/jacoco/jacoco.xml
|
@ -1,2 +1,4 @@
|
||||
# Change Log
|
||||
---
|
||||
-
|
||||
- [fix:fix transfer http headers not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/664)
|
||||
|
Loading…
Reference in new issue