-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed action to publish coverage reports
- Loading branch information
ruff
committed
Oct 2, 2023
1 parent
3ec2ebd
commit c4e2256
Showing
5 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- '**.md' | ||
- '**.tmpl' | ||
- '.github/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
@@ -32,7 +33,8 @@ jobs: | |
with: | ||
files: "./build/logs/junit.xml" | ||
- name: Publish Coverage Report | ||
uses: lucassabreu/comment-coverage-clover@main | ||
uses: danhunsaker/[email protected] | ||
if: always() | ||
with: | ||
file: "./build/logs/clover.xml" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
clover-file: "./build/logs/clover.xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- '**.md' | ||
- '**.tmpl' | ||
- '.github/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
@@ -32,7 +33,8 @@ jobs: | |
with: | ||
files: "./build/logs/junit.xml" | ||
- name: Publish Coverage Report | ||
uses: lucassabreu/comment-coverage-clover@main | ||
uses: danhunsaker/[email protected] | ||
if: always() | ||
with: | ||
file: "./build/logs/clover.xml" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
clover-file: "./build/logs/clover.xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- '**.md' | ||
- '**.tmpl' | ||
- '.github/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
@@ -32,7 +33,8 @@ jobs: | |
with: | ||
files: "./build/logs/junit.xml" | ||
- name: Publish Coverage Report | ||
uses: lucassabreu/comment-coverage-clover@main | ||
uses: danhunsaker/[email protected] | ||
if: always() | ||
with: | ||
file: "./build/logs/clover.xml" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
clover-file: "./build/logs/clover.xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ on: | |
- '**.md' | ||
- '**.tmpl' | ||
- '.github/**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
|
@@ -32,7 +33,8 @@ jobs: | |
with: | ||
files: "./build/logs/junit.xml" | ||
- name: Publish Coverage Report | ||
uses: lucassabreu/comment-coverage-clover@main | ||
uses: danhunsaker/[email protected] | ||
if: always() | ||
with: | ||
file: "./build/logs/clover.xml" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
clover-file: "./build/logs/clover.xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,11 @@ jobs: | |
with: | ||
files: "./build/logs/junit.xml" | ||
- name: Publish Coverage Report | ||
uses: lucassabreu/comment-coverage-clover@main | ||
uses: danhunsaker/[email protected] | ||
if: always() | ||
with: | ||
file: "./build/logs/clover.xml" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
clover-file: "./build/logs/clover.xml" | ||
- name: Make Release | ||
uses: "marvinpinto/action-automatic-releases@latest" | ||
with: | ||
|