File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ jobs:
23
23
python -m pip install --upgrade pip setuptools six wheel
24
24
python -m pip install pytest-cov -r requirements.txt
25
25
- name : Run tests
26
- # TODO: #8818 Re-enable quantum tests
26
+ # TODO: #8818 Re-enable quantum tests (files are currently disabled)
27
27
run : pytest
28
- --ignore=quantum/q_fourier_transform.py
29
28
--ignore=project_euler/
30
29
--ignore=scripts/validate_solutions.py
31
30
- name : Check test coverage
32
- # TODO: #8818 Re-enable quantum tests
33
31
run : pytest
34
32
--cov-report=term-missing:skip-covered
35
- --cov=. .
33
+ --cov=.
36
34
- if : ${{ success() }}
37
35
run : scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ addopts = [
131
131
omit = [
132
132
" .env/*" ,
133
133
" project_euler/*" ,
134
- " quantum/q_fourier_transform.py" ,
135
134
" scripts/validate_solutions.py"
136
135
]
137
136
sort = " Cover"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments