Skip to content

Commit

Permalink
introduce github action version of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
genonfire committed Nov 20, 2024
1 parent 4291802 commit 676848c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,7 @@ jobs:
tox
- name: Upload coverage
if: success() && github.ref == 'refs/heads/master'
run: codecov
if: success()
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 0 additions & 6 deletions codecov.yml

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
codecov
Django>=4.2,<5.0
djangorestframework
django-cors-headers
Expand Down

0 comments on commit 676848c

Please sign in to comment.