Skip to content

Commit 8af2e18

Browse files
committed
rename unit tests -> testing
1 parent ab8a910 commit 8af2e18

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Post coverage comment
22
on:
33
workflow_run:
4-
workflows: ["UnitTests"]
4+
workflows: ["Testing"]
55
types:
66
- completed
77

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UnitTests
1+
name: Testing
22

33
on:
44
push:
@@ -34,3 +34,4 @@ jobs:
3434
name: python-coverage-comment-action
3535
# If you use a different name, update COMMENT_FILENAME accordingly
3636
path: python-coverage-comment-action.txt
37+

0 commit comments

Comments
 (0)