Skip to content

Improvements #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ indent_style = tab
indent_size = tab
tab_width = 4

[{*.json,*.yaml,*.yml,*.md}]
[{*.json, *.yaml, *.yml, *.md}]
indent_style = space
indent_size = 2
18 changes: 9 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- ".docs/**"
push:
branches:
- "master"
- "*"
schedule:
- cron: "0 8 * * 1" # At 08:00 on Monday

Expand All @@ -24,8 +24,8 @@ jobs:

strategy:
matrix:
php-version: ["7.4"]
operating-system: ["ubuntu-latest"]
php-version: [ "7.4" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

steps:
Expand Down Expand Up @@ -86,8 +86,8 @@ jobs:

strategy:
matrix:
php-version: ["7.4"]
operating-system: ["ubuntu-latest"]
php-version: [ "7.4" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

steps:
Expand Down Expand Up @@ -145,8 +145,8 @@ jobs:

strategy:
matrix:
php-version: ["7.2", "7.3", "7.4"]
operating-system: ["ubuntu-latest"]
php-version: [ "7.2", "7.3", "7.4" ]
operating-system: [ "ubuntu-latest" ]
composer-args: [ "" ]
include:
- php-version: "7.2"
Expand Down Expand Up @@ -219,8 +219,8 @@ jobs:

strategy:
matrix:
php-version: ["7.4"]
operating-system: ["ubuntu-latest"]
php-version: [ "7.4" ]
operating-system: [ "ubuntu-latest" ]
fail-fast: false

if: "github.event_name == 'push'"
Expand Down
24 changes: 12 additions & 12 deletions codeception.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
actor: Tester

paths:
# where the tests stored
tests: tests
# where the tests stored
tests: tests

# directory for fixture data
data: tests/_data
# directory for fixture data
data: tests/_data

# directory for support code
support: tests/_support
# directory for support code
support: tests/_support

# directory for output
output: tests/_output
# directory for output
output: tests/_output

bootstrap: _bootstrap.php

settings:
log: true
log: true

coverage:
enabled: true
include:
- src/**
enabled: true
include:
- src/**
16 changes: 8 additions & 8 deletions tests/functional.suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ error_level: "E_ALL"
class_name: FunctionalSuiteTester

modules:
enabled:
- Contributte\Codeception\Module\NetteApplicationModule:
followRedirects: false
- Contributte\Codeception\Module\NetteDIModule:
tempDir: ./../_temp/functional
removeDefaultExtensions: true
configFiles:
- config/config.neon
enabled:
- Contributte\Codeception\Module\NetteApplicationModule:
followRedirects: false
- Contributte\Codeception\Module\NetteDIModule:
tempDir: ./../_temp/functional
removeDefaultExtensions: true
configFiles:
- config/config.neon