File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [run]
2+ source = pymongosql
3+
4+ [report]
5+ exclude_lines =
6+ pragma: no cover
7+ def __repr__
8+ if self.debug:
9+ if settings.DEBUG
10+ raise AssertionError
11+ raise NotImplementedError
12+ if 0:
13+ if __name__ == .__main__.:
14+ class .*\bProtocol\):
15+ @(abc\.)?abstractmethod
16+
17+ omit =
18+ */tests/*
19+ */test_*
20+ pymongosql/sql/partiql/*
Original file line number Diff line number Diff line change 8282
8383 - name : Run tests with coverage
8484 run : |
85- python -m pytest tests/ --cov=pymongosql --cov-report=term-missing --cov-report=xml
85+ python -m pytest tests/ --cov=pymongosql --cov-report=term-missing --cov-report=xml --cov-config=.coveragerc
8686
8787 - name : Upload coverage reports
8888 uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
You can’t perform that action at this time.
0 commit comments