Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Mar 14, 2024
1 parent f3bcea0 commit 792bca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
pytest -vvv --cov-branch --cov-fail-under=80 --cov=oauth2_lib --cov-config=.coveragerc
env:
COVERAGE_FILE: reports/.coverage.${{ matrix.python-version }}-${{ matrix.pydantic-version }}
COVERAGE_FILE: reports/.coverage.${{ matrix.python-version }}
- name: Upload pytest test results
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 792bca4

Please sign in to comment.