Skip to content

Commit

Permalink
Merge pull request #2 from alexferl/add_cov
Browse files Browse the repository at this point in the history
add back cov
  • Loading branch information
alexferl authored Oct 6, 2023
2 parents b5dc43a + 8ba2c23 commit d6caa47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- run: pip install FALCON==$FALCON
env:
FALCON: '${{ matrix.FALCON }}'
- run: pip install pytest-cov codecov
- run: pip install -r requirements-dev.txt .
- run: pip install .
- run: pytest
- run: pytest --cov=./vyper
- run: codecov

0 comments on commit d6caa47

Please sign in to comment.