Skip to content

Commit

Permalink
revert change to artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Aug 13, 2024
1 parent c227756 commit 559e498
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,13 @@ jobs:
run: coverage run runtests/manage.py test -v3 --noinput actstream testapp testapp_nested
env:
DATABASE_ENGINE: ${{ matrix.database }}
COVERAGE_FILE: ".coverage-python${{ matrix.python }}-django${{ matrix.django }}-${{ matrix.database }}"
# COVERAGE_FILE: ".coverage.${{ matrix.python_version }}"

- name: Store coverage file
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: "coverage-python${{ matrix.python }}-django${{ matrix.django }}-${{ matrix.database }}"
path: ".coverage-python${{ matrix.python }}-django${{ matrix.django }}-${{ matrix.database }}"
ame: coverage
path: .coverage #.${{ matrix.python_version }}

- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
Expand Down

0 comments on commit 559e498

Please sign in to comment.