Skip to content

Commit

Permalink
Update coverage.yml (#120)
Browse files Browse the repository at this point in the history
* Update coverage.yml

acutally put in required minimal coverage

* Update unit-tests.yml

fix coverage xml command
  • Loading branch information
sroet authored Feb 22, 2024
1 parent 2fd4588 commit afbb798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
path: coverage.xml
repo_token: ${{ secrets.GITHUB_TOKEN }}
pull_request_number: ${{ steps.get-pr.outputs.PR }}
minimum_coverage: 95
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cd tests
coverage run -m unittest discover
coverage xml coverage.xml
coverage xml
echo ${{ github.event.number }} > coverage.PR
- name: upload coverage report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit afbb798

Please sign in to comment.