Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StatMixedML authored Aug 6, 2023
1 parent 1d419fb commit 6e753bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
pytest --cov
- name: Creating coverage folder
run: |
mkdir -p "Code Coverage"
mkdir -p coverage
- name: Coverage Bagdge
uses: tj-actions/coverage-badge-py@v1.8
with:
output: "Code Coverage/coverage.svg"
output: coverage/coverage.svg
- name: Publish coverage report to coverage-badge branch
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: coverage-badge
folder: "Code Coverage"
folder: coverage

0 comments on commit 6e753bd

Please sign in to comment.