Skip to content

Commit

Permalink
Fixup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Mar 14, 2024
1 parent 37a46fa commit f3bcea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.python-version }}
COVERAGE_FILE: reports/.coverage.${{ matrix.python-version }}-${{ matrix.pydantic-version }}
- name: Upload pytest test results
uses: actions/upload-artifact@v2
with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test = [
"black",
"ruff",
"mypy",
"opentelemetry-instrumentation-urllib3",
"pygments",
"pytest",
"pytest-asyncio",
Expand Down

0 comments on commit f3bcea0

Please sign in to comment.