Skip to content

Commit c536484

Browse files
committed
corrected coverage
1 parent cd88642 commit c536484

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/pre-commit.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,10 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: Checkout [${{ github.repository }}]
11-
uses: actions/checkout@v4
12-
13-
- uses: cvxgrp/.github/actions/uv/[email protected]
10+
- name: "Build the virtual environment for ${{ github.repository }}"
11+
uses: cvxgrp/.github/actions/uv/[email protected]
1412

15-
- name: Coveralls GitHub Action
16-
uses: coverallsapp/github-action@v2
17-
with:
18-
files: artifacts/tests/coverage/coverage.info
19-
format: lcov
13+
- uses: cvxgrp/.github/actions/[email protected]
2014

2115
deptry:
2216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)