Skip to content

Commit ae37d12

Browse files
authored
Update ignore path
1 parent 152fac5 commit ae37d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test-results-junit: test-results/results.xml
2121
code-coverage-cobertura: code-coverage/coverage.xml
2222
ignore:
23-
- "*/tests/*"
23+
- "./tests"
2424
source-folder: .
2525
- name: Upload coverage reports to Codecov
2626
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)