diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 787a4d19..2c74f30b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,13 +87,17 @@ jobs: update_check: true annotate_only: true - - uses: 5monkeys/cobertura-action@master + - uses: irongut/CodeCoverageSummary@v1.3.0 with: - path: results/CodeCoverage/cobertura-coverage.xml - minimum_coverage: 80 - show_line: true - show_branch: true - fail_below_threshold: false + filename: results/CodeCoverage/cobertura-coverage.xml + badge: true + format: markdown + hide_complexity: true + indicators: true + output: both + + - run: | + cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY - name: Package unit test files uses: ./.github/release-documentation/actions/package @@ -263,3 +267,4 @@ jobs: uses: devcontainers/ci@v0.3 with: runCmd: velocitas upgrade --dry-run + push: never diff --git a/.velocitas.json b/.velocitas.json index 9367a860..4a9692ca 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -2,11 +2,11 @@ "packages": [ { "name": "devenv-runtimes", - "version": "v1.0.1" + "version": "v1.0.2" }, { "name": "devenv-github-workflows", - "version": "v2.0.7" + "version": "v2.0.8" }, { "name": "devenv-github-templates", diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index e824673b..266fc787 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -60,7 +60,6 @@ ## Workflows | Dependency | Version | License | |:-----------|:-------:|--------:| -|5monkeys/cobertura-action|master|MIT License| |actions/checkout|v3|MIT License| |actions/download-artifact|v3|MIT License| |actions/setup-java|v1.4.4|MIT License| @@ -80,6 +79,7 @@ |fountainhead/action-wait-for-check|v1.1.0|MIT License| |haya14busa/action-cond|v1|MIT License| |Homebrew/actions|master|BSD 2-Clause "Simplified" License| +|irongut/CodeCoverageSummary|v1.3.0|MIT License| |mikepenz/action-junit-report|v3|Apache License 2.0| |peaceiris/actions-gh-pages|v3|MIT License| |peaceiris/actions-hugo|v2|MIT License|