diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0251465..d113c6d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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