Skip to content

Commit

Permalink
Merge pull request #1 from nolar/initial-codebase
Browse files Browse the repository at this point in the history
Import the initial code (the useful content)
  • Loading branch information
nolar authored Dec 26, 2021
2 parents 61ce8e0 + a686011 commit 6be619f
Show file tree
Hide file tree
Showing 25 changed files with 1,985 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.10"
- run: pip install -r requirements.txt
- run: pre-commit run --all-files
- run: mypy pytest_instant --strict
- run: mypy looptime --strict

unit-tests:
strategy:
Expand All @@ -36,7 +36,7 @@ jobs:

- run: pip install -r requirements.txt
- run: pip install -e .
- run: pytest --color=yes --cov=pytest_instant --cov-branch
- run: pytest --color=yes --cov=looptime --cov-branch

- name: Publish coverage to Coveralls.io
if: success()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/thorough.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: "3.10"
- run: pip install -r requirements.txt
- run: pre-commit run --all-files
- run: mypy pytest_instant --strict
- run: mypy looptime --strict

unit-tests:
strategy:
Expand All @@ -38,7 +38,7 @@ jobs:

- run: pip install -r requirements.txt
- run: pip install -e .
- run: pytest --color=yes --cov=pytest_instant --cov-branch
- run: pytest --color=yes --cov=looptime --cov-branch

- name: Publish coverage to Coveralls.io
if: success()
Expand Down
Loading

0 comments on commit 6be619f

Please sign in to comment.