-
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
dc0ac9b
commit c4efe63
Showing
1 changed file
with
5 additions
and
14 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,21 +247,12 @@ jobs: | |
IS_TESTING=True coverage run ./manage.py test --no-input crapi | ||
coverage report | ||
coverage xml -o coverage.xml | ||
- name: Coverage Report for workshop | ||
uses: irongut/[email protected] | ||
- name: Publish Coverage for workshop | ||
uses: orgoro/[email protected] | ||
with: | ||
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 | ||
coverageFile: services/workshop/coverage.xml | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: node prettier | ||
run: | | ||
|