Skip to content

Commit

Permalink
update django check to use codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Feb 20, 2024
1 parent dacb3b4 commit 917c0c9
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 80 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on: push
jobs:
backend-check:
name: "Backend Check"
uses: pennlabs/shared-actions/.github/workflows/django.yaml@e6edf59024578b2ddbe6d5b79fa49a7137a63d36
uses: pennlabs/shared-actions/.github/workflows/django.yaml@507f4cf1cc88259fc8625fb3a35bd3f18fc91cd5
secrets: inherit
with:
projectName: pennclubs
path: backend
Expand Down
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ unittest-xml-reporting = ">=3.0.2"
django-debug-toolbar = "*"
django-extensions = "*"
ruff = "*"
coverage = "*"

[packages]
dj-database-url = "*"
Expand Down Expand Up @@ -52,7 +53,6 @@ jinja2 = "*"
pandas = "*"
drf-excel = "*"
numpy = "*"
coverage = "*"

[requires]
python_version = "3.11"
156 changes: 78 additions & 78 deletions backend/Pipfile.lock

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

0 comments on commit 917c0c9

Please sign in to comment.