Skip to content

Commit

Permalink
adding some more data to the coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Oct 9, 2023
1 parent b36bb0b commit e23116d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ jobs:
run: |
pytest --doctest-modules --cov-report=xml --cov=conda_auth
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
flags: ${{ runner.os }},${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

unix-like:
needs: changes
if: needs.changes.outputs.code == 'true'
Expand Down Expand Up @@ -134,5 +141,7 @@ jobs:
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
flags: ${{ runner.os }},${{ matrix.python-version }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e23116d

Please sign in to comment.