Skip to content

Commit

Permalink
fix workflow name and job name
Browse files Browse the repository at this point in the history
  • Loading branch information
AliBakerSartawi committed Apr 15, 2024
1 parent d1667e0 commit e102c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Coverage

on:
pull_request:
Expand All @@ -8,7 +8,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
coverage:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e102c8c

Please sign in to comment.