Skip to content

Commit

Permalink
Integrate workflows v2.0.8 and runtime 1.0.2 (#165)
Browse files Browse the repository at this point in the history
* Integrate workflows v2.0.8 and runtime 1.0.2

* Fix license notice 3rd
  • Loading branch information
kse3hi committed Jun 20, 2023
1 parent 007057b commit ec9bc53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,17 @@ jobs:
update_check: true
annotate_only: true

- uses: 5monkeys/cobertura-action@master
- uses: irongut/[email protected]
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
Expand Down Expand Up @@ -263,3 +267,4 @@ jobs:
uses: devcontainers/[email protected]
with:
runCmd: velocitas upgrade --dry-run
push: never
4 changes: 2 additions & 2 deletions .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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|
Expand Down

0 comments on commit ec9bc53

Please sign in to comment.