Skip to content

Commit

Permalink
fix cov
Browse files Browse the repository at this point in the history
Signed-off-by: alexferl <[email protected]>
  • Loading branch information
alexferl committed Oct 6, 2023
1 parent 8ba2c23 commit 2f2bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
- run: pip install pytest-cov codecov
- run: pip install -r requirements-dev.txt .
- run: pip install .
- run: pytest --cov=./vyper
- run: pytest --cov=./falcon-crossorigin
- run: codecov

0 comments on commit 2f2bcf1

Please sign in to comment.