-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b47b6c3
commit dc0ac9b
Showing
1 changed file
with
14 additions
and
5 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 |
---|---|---|
|
@@ -247,12 +247,21 @@ jobs: | |
IS_TESTING=True coverage run ./manage.py test --no-input crapi | ||
coverage report | ||
coverage xml -o coverage.xml | ||
- name: Publish Coverage for workshop | ||
uses: orgoro/[email protected] | ||
- name: Coverage Report for workshop | ||
uses: irongut/[email protected] | ||
with: | ||
coverageFile: services/workshop/coverage.xml | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
filename: 'services/workshop/coverage.xml' | ||
badge: true | ||
format: 'markdown' | ||
output: 'both' | ||
|
||
- name: Add Coverage PR Comment | ||
uses: marocchino/sticky-pull-request-comment@v2 | ||
if: github.event_name == 'pull_request' | ||
with: | ||
recreate: true | ||
path: code-coverage-results.md | ||
|
||
- name: node prettier | ||
run: | | ||
|