Skip to content

Commit

Permalink
Create TeamCity quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
inorbit-teamcity authored and russell-inorbit committed Feb 10, 2024
1 parent f56591e commit b38f2a5
Show file tree
Hide file tree
Showing 10 changed files with 47,631 additions and 346 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
source = inorbit_edge
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10, 3.11]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@ ENV/
.mypy_cache/

# VSCode
.vscode
.vscode

# IntelliJ
*.iml
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 0 additions & 104 deletions .teamcity/pom.xml

This file was deleted.

238 changes: 0 additions & 238 deletions .teamcity/settings.kts

This file was deleted.

Loading

0 comments on commit b38f2a5

Please sign in to comment.