Make coverage workflow name clearer. (#654)

This commit is contained in:
Álex 2024-09-25 15:19:45 +02:00 committed by GitHub
parent e5467bb69c
commit b0761dc04b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ name: Codecov
jobs:
test:
name: Test
name: Test with Coverage
env:
RUSTFLAGS: -C instrument-coverage
runs-on: ubuntu-latest