Skip to content

Commit

Permalink
docs(code-coverage): Simplify job name
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jul 19, 2024
1 parent 21a3628 commit e060477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ jobs:
combine-and-upload-coverage:
name: "Test: 📊 Combine and Upload Coverage Reports"
name: "Test: 📊 Upload to Codecov.io"
needs: [code-coverage-sqlite, code-coverage-duckdb, code-coverage-postgres, code-coverage-mssql]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e060477

Please sign in to comment.