Skip to content

Commit

Permalink
Merge branch 'main' into update-dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyb authored Jan 2, 2024
2 parents f085a8b + 1c3b34e commit 739bcfa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ebmbot/job_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
},
],
},
"teamdata": {
"teamrap": {
"python_file": "project_report.py",
"jobs": {
"generate_report": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ omit = [
"fabfile.py",
"*/__main__.py",
"tests/mock_web_api_server.py",
"workspace/teamdata/generate_report.py",
"workspace/teamrap/generate_report.py",
"workspace/test/jobs.py"
]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from workspace.teamdata import project_report
from workspace.teamrap import project_report


def test_report_returns_generated_report(monkeypatch):
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def report():
project_num = 13
project_num = 15
statuses = ["Under Review", "Blocked", "In Progress"]
return generate_report.main(project_num, statuses)

0 comments on commit 739bcfa

Please sign in to comment.