Skip to content

Commit

Permalink
revert coverall action
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Apr 11, 2024
1 parent 335b7bb commit 7c7a2bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
django-version: 5.0

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -52,6 +52,6 @@ jobs:
- name: Run test
run: coverage run --source=ipware manage.py test
- name: Coveralls
run: coveralls --service=github
uses: coverallsapp/github-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c7a2bd

Please sign in to comment.