Skip to content

Commit afb29ff

Browse files
committed
Genetare cov report
Signed-off-by: Piotr <piotrzan@gmail.com>
1 parent e0c672e commit afb29ff

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ jobs:
6464
- name: Run Unit Tests
6565
run: hatch run test:unit
6666

67+
- name: Generate test coverate
68+
run: hatch run test:coverage
69+
6770
- name: Upload coverage reports to Codecov
6871
uses: codecov/codecov-action@v4.0.1
6972
with:
70-
flags: smart-tests
7173
verbose: true
7274
token: ${{ secrets.CODECOV_TOKEN }}
7375
env:

codecov.yml

-13
This file was deleted.

0 commit comments

Comments
 (0)