Skip to content

Commit

Permalink
Merge branch 'master' into optimize-mongo-method-name
Browse files Browse the repository at this point in the history
  • Loading branch information
nick2wang authored Jan 13, 2023
2 parents 5cd5738 + eba3e33 commit f686da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.1.1
Django==4.1.2
mysqlclient==2.0.3
requests==2.28.0
simplejson==3.17.2
Expand Down

0 comments on commit f686da0

Please sign in to comment.