Skip to content

Commit

Permalink
Merge pull request #6 from tofarr/use_injecty
Browse files Browse the repository at this point in the history
Swapping over to using Injecty
  • Loading branch information
tofarr authored Feb 25, 2024
2 parents 8f1c3db + ef77764 commit c6ccecd
Show file tree
Hide file tree
Showing 44 changed files with 254 additions and 193 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install pytest code coverage
run: python -m pip install ".[all]"
- name: testcoverage
run: python -m pytest -n auto --cov-report=term-missing --cov=tests --cov=marshy_config_servey --cov=servey --cov-fail-under=97
run: python -m pytest -n auto --cov-report=term-missing --cov=tests --cov=injecty_config_servey --cov=servey --cov-fail-under=97

pylint:
runs-on: ubuntu-latest
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Install pylint
run: python -m pip install ".[all]"
- name: lint
run: pylint marshy_config_servey servey
run: pylint injecty_config_servey servey
Loading

0 comments on commit c6ccecd

Please sign in to comment.