Skip to content

Commit

Permalink
Update run-layout-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Dec 12, 2023
1 parent 9d28b51 commit b5393f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-layout-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install klayout numpy scipy pytest pytest-cov SiEPIC
- name: Test with pytest
run: pytest --cov=klayout/siepic_ebeam_pdk --cov-report=xml
run: pytest --cov=klayout/siepic_ebeam_pdk klayout/siepic_ebeam_pdk --cov-report=xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit b5393f2

Please sign in to comment.