Make coverage workflow name clearer.

This commit is contained in:
Alejandro Cabeza Romero 2024-05-24 19:40:50 +02:00
parent e5467bb69c
commit 0b065f553a
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