Skip to content

Commit 9905f20

Browse files
authored
Merge pull request #381 from lloc/raise-coverage
Workflow namings
2 parents 0927a68 + 83ae4df commit 9905f20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/plugin-test.yml renamed to .github/workflows/plugin-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'build-test'
1+
name: Plugin Check
22
on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: UnitTests and CodeCoverage
22
on: [push]
33
jobs:
44
unit-tests:

0 commit comments

Comments
 (0)