Skip to content

Commit

Permalink
ci: more fixes for Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 3, 2024
1 parent 1da12d8 commit e41814f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

permissions:
contents: read
id-token: write

jobs:
build:
Expand Down Expand Up @@ -47,4 +48,4 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
use_oidc: true
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[pytest]
python_files = test_*.py
addopts =-slv --tb=short --cov --cov-report term-missing
addopts =-slv --tb=short --cov=./ --cov-report=xml
norecursedirs = .git __pycache__ .venv

0 comments on commit e41814f

Please sign in to comment.