Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 21, 2024
1 parent 6155f91 commit b5d618c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/octocov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ coverage:
paths:
- ../lcov.info
acceptable: current >= 60%
testExecutionTime:
if: false
comment:
if: is_pull_request
diff:
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
{
"files.associations": {
"*.phpt": "php",
"*.c": "c",
"*.h": "c"
}
}
2 changes: 1 addition & 1 deletion ext/tests/004.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ test3() Basic test
bongo
--FILE--
<?php
test3()
test3();
echo "bongo";
?>
--EXPECT--
Expand Down

0 comments on commit b5d618c

Please sign in to comment.