Skip to content

Commit

Permalink
chore: build changes (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: nkoppisetty <[email protected]>
  • Loading branch information
nkoppisetty authored Jan 13, 2023
1 parent b57df1b commit ec6c2a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Coverage
run: |
poetry run pytest --cov-report=xml --cov=numaprom --cov-config .coveragerc numaprom/tests/ -sq
poetry run pytest --cov-report=xml --cov=numaprom --cov-config .coveragerc tests/ -sq
- name: Upload Coverage
uses: codecov/codecov-action@v3
Expand Down
1 change: 1 addition & 0 deletions numaprom/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@
"default": {
"keys": ["namespace", "name"],
"model_config": MODEL_CONFIG["default"],
"model": "VanillaAE",
},
}

0 comments on commit ec6c2a8

Please sign in to comment.