-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
48f0b70
commit e540a3a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ jobs: | |
pip install dist/pennylane*.whl | ||
- name: Run tests | ||
run: python -m pytest tests --cov=pennylane_qulacs --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native | ||
run: python -m pytest tests --cov-report=term-missing --cov-report=xml -p no:warnings --tb=native | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
|
@@ -93,8 +93,8 @@ jobs: | |
- name: Run tests | ||
run: | | ||
pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=None | ||
pl-device-test --device=qulacs.simulator --tb=short --skip-ops --shots=20000 | ||
pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=None | ||
pl-device-test --device=qrack.simulator --tb=short --skip-ops --shots=20000 | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
|