This commit is contained in:
parent
8cd5ad51ee
commit
7655b2a6a8
1 changed files with 10 additions and 3 deletions
|
|
@ -8,6 +8,13 @@ jobs:
|
|||
- run: apk add --no-cache git nodejs-current
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: pip install -U pytest beartype termcolor
|
||||
- run: pytest
|
||||
working-directory: compiler
|
||||
- run: pip install -U pytest pytest-cov beartype termcolor
|
||||
- run: >
|
||||
pytest
|
||||
--cov-report=term
|
||||
--cov-report=html
|
||||
--cov=compiler compiler/tests/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-report
|
||||
path: htmlcov/
|
||||
Loading…
Add table
Add a link
Reference in a new issue