Skip to content

Commit

Permalink
Merge pull request #6 from puzant/coverage-report
Browse files Browse the repository at this point in the history
add new workflow job
  • Loading branch information
puzant authored Apr 4, 2024
2 parents 6f5acfc + 6ec52a9 commit 2e5862b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ jobs:
else
echo "Unit tests failed. Skipping coverage report generation."
fi
- name: Deploy coverage report to GitHub Pages
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: coverage-report
FOLDER: coverage

0 comments on commit 2e5862b

Please sign in to comment.