We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8a910 commit 8af2e18Copy full SHA for 8af2e18
2 files changed
.github/workflows/coverage.yml
@@ -1,7 +1,7 @@
1
name: Post coverage comment
2
on:
3
workflow_run:
4
- workflows: ["UnitTests"]
+ workflows: ["Testing"]
5
types:
6
- completed
7
.github/workflows/unit_tests.yml .github/workflows/testing.yml.github/workflows/unit_tests.yml renamed to .github/workflows/testing.yml
@@ -1,4 +1,4 @@
-name: UnitTests
+name: Testing
push:
@@ -34,3 +34,4 @@ jobs:
34
name: python-coverage-comment-action
35
# If you use a different name, update COMMENT_FILENAME accordingly
36
path: python-coverage-comment-action.txt
37
+
0 commit comments