Skip to content

Commit

Permalink
Merge pull request #3 from alexferl/fix_cov
Browse files Browse the repository at this point in the history
fix codecov
  • Loading branch information
alexferl authored Oct 6, 2023
2 parents 4d0f521 + 8f97af6 commit a790ba6
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 @@ -26,5 +26,5 @@ jobs:
- uses: actions/checkout@v2
- run: pip install pytest-cov codecov
- run: pip install -r requirements-dev.txt
- run: pytest --cov=./vyper
- run: pytest --cov=./xid
- run: codecov

0 comments on commit a790ba6

Please sign in to comment.