From 2f2bcf1a955be3a90327cdf322246b1640573758 Mon Sep 17 00:00:00 2001 From: alexferl Date: Thu, 5 Oct 2023 20:20:31 -0400 Subject: [PATCH 1/2] fix cov Signed-off-by: alexferl --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 29ad4e6f398a449f21e7cf4edf4068c86857f34a Mon Sep 17 00:00:00 2001 From: alexferl Date: Thu, 5 Oct 2023 20:23:00 -0400 Subject: [PATCH 2/2] fix Signed-off-by: alexferl --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d113c6d..b3ababf 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=./falcon-crossorigin + - run: pytest --cov=./falcon_crossorigin - run: codecov