Skip to content

Commit

Permalink
Merge branch 'issue-2263-codecov' of https://github.com/sdv-dev/SDV i…
Browse files Browse the repository at this point in the history
…nto issue-2263-codecov
  • Loading branch information
amontanez24 committed Oct 24, 2024
2 parents ddadd49 + 2a6a470 commit 4a6fffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
invoke integration
invoke benchmark-dtypes
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
name: Upload codecov report
name: Upload integration codecov report
uses: codecov/codecov-action@v4
with:
flags: integration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run unit tests
run: invoke unit
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
name: Upload codecov report
name: Upload unit codecov report
uses: codecov/codecov-action@v4
with:
flags: unit
Expand Down

0 comments on commit 4a6fffa

Please sign in to comment.