Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pytest markers for CI to select only sbus-based tests to run with Verilator #153

Merged
merged 1 commit into from Dec 24, 2020
Merged

Conversation

flooklab
Copy link
Contributor

@flooklab flooklab commented Dec 23, 2020

Could run Verilator-compatible sbus versions of tests with Verilator using pytest:
SIM=verilator pytest -m verilator tests/test_*.py

@themperek
Copy link
Member

Have to add pytest here:

pip install pyvisa pyvisa-sim coveralls cocotb==1.4.0

Maybe better use ventilator as a mark?

@codecov
Copy link

codecov bot commented Dec 24, 2020

Codecov Report

Merging #153 (3db02f0) into master (6733132) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #153   +/-   ##
=======================================
  Coverage   31.96%   31.96%           
=======================================
  Files          72       72           
  Lines        4786     4786           
=======================================
  Hits         1530     1530           
  Misses       3256     3256           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6733132...3db02f0. Read the comment docs.

@themperek themperek merged commit 08c2ef3 into SiLab-Bonn:master Dec 24, 2020
@themperek
Copy link
Member

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants