Skip to content

Commit

Permalink
MNT: Add name when uploading coverage from GitHub Actions
Browse files Browse the repository at this point in the history
This makes it much easier to debug coverage reports.
  • Loading branch information
dopplershift committed Sep 30, 2020
1 parent 0b829e2 commit 59de645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-conda.yml
Expand Up @@ -109,3 +109,5 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v1
with:
name: conda-${{ matrix.python-version }}-${{ runner.os }}
2 changes: 2 additions & 0 deletions .github/workflows/tests-pypi.yml
Expand Up @@ -127,3 +127,5 @@ jobs:

- name: Upload coverage
uses: codecov/codecov-action@v1
with:
name: pypi-${{ matrix.python-version }}-${{ runner.os }}

0 comments on commit 59de645

Please sign in to comment.