diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b92e938..9768dc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Qodana +name: ci on: workflow_dispatch: pull_request: @@ -35,7 +35,7 @@ jobs: run: mvn clean test - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 + uses: codecov/codecov-action@v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./*/target/site/jacoco/jacoco.xml \ No newline at end of file diff --git a/README.md b/README.md index 5d50625..5bfc885 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Base Framework + +[![codecov](https://codecov.io/github/fuhouyu/base-framework/graph/badge.svg?token=VUT9BFMLK9)](https://codecov.io/github/fuhouyu/base-framework) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) ------- ### 简介