diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6992e60..220cd00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: Run tests run: oca_run_tests - name: Generate coverage.xml - run: coverage xml --include '*.py' + run: coverage xml --include '*.py' --omit '**/tests/*' - uses: codecov/codecov-action@v3 with: files: coverage.xml