Skip to content

Commit

Permalink
ci: use codecov coverage format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Apr 12, 2023
1 parent b4d4904 commit ff6722d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
- uses: codecov/codecov-action@v3
if: steps.should-skip.outputs.skip != 'true'
with:
file: coverage.lcov
file: coverage.json
name: ${{ matrix.os }}

emscripten:
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def coverage(session: nox.Session) -> None:
"--package=pyo3-macros",
"--package=pyo3-ffi",
"report",
"--lcov",
"--codecov",
"--output-path",
"coverage.lcov",
"coverage.json",
external=True,
)

Expand Down

0 comments on commit ff6722d

Please sign in to comment.