Skip to content

Commit

Permalink
remove pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
defreng committed Sep 9, 2023
1 parent 3be1094 commit 998068b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"
poetry install
- run: python -m pytest -m 'not e2e'
- run: coverage run -m pytest -m 'not e2e'
env:
# FoxOps test configuration
FOXOPS_GITLAB_ADDRESS: https://nonsense.com/api/v4
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
docker compose up -d
./scripts/await-healthy.sh
- run: python -m pytest -m 'e2e'
- run: coverage run -m pytest -m 'e2e'
env:
# FoxOps test configuration
FOXOPS_GITLAB_ADDRESS: https://nonsense.com/api/v4
Expand Down
Loading

0 comments on commit 998068b

Please sign in to comment.