We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e9dad commit 386153dCopy full SHA for 386153d
.github/workflows/surf_ci.yml
@@ -74,12 +74,7 @@ jobs:
74
- name: VHDL Regression Testing
75
run: |
76
make MODULES=$PWD
77
- python -m pytest --cov -v -n auto tests/
78
-
79
- - name: Code Coverage
80
- run: |
81
- codecov
82
- coverage report -m
+ python -m pytest -v -n auto tests/
83
84
- name: Generate Documentation
85
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/pre-release'
pip_requirements.txt
@@ -2,10 +2,7 @@ flake8
2
cocotb
3
cocotbext-axi
4
cocotb-test
5
-coverage
6
-codecov
7
pytest
8
-pytest-cov
9
pytest-xdist
10
cpplint
11
vsg
0 commit comments