Skip to content

Commit

Permalink
Fix indentation mistake in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgt-yncrea authored Sep 21, 2022
1 parent 0d1a118 commit 78d59e7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest pytest-cov
- name: Generate cov report
run: |
pytest --cov=. --cov-report=xml:cov-report.xml
- name: Python Cov
uses: orgoro/coverage@v2
with:
coverageFile: cov-report.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.8
thresholdNew: 0.9
thresholdModified: 0.0
- name: Generate cov report
run: |
pytest --cov=. --cov-report=xml:cov-report.xml
- name: Python Cov
uses: orgoro/coverage@v2
with:
coverageFile: cov-report.xml
token: ${{ secrets.GITHUB_TOKEN }}
thresholdAll: 0.8
thresholdNew: 0.9
thresholdModified: 0.0

0 comments on commit 78d59e7

Please sign in to comment.