forked from jiratestcalc/xray-testng-extensions
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from Xray-App/check_broken_links
check broken links on local markdown files
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
|
@@ -18,10 +18,11 @@ jobs: | |
java-version: 17 | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml | ||
- name: Check broken links in documentation using Markup Link Checker (mlc) | ||
uses: becheran/[email protected] | ||
- name: Generate JaCoCo Badge | ||
id: jacoco | ||
uses: cicirello/[email protected] | ||
|
||
- name: Log coverage percentage | ||
run: | | ||
echo "coverage = ${{ steps.jacoco.outputs.coverage }}" | ||
|
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