Skip to content

Commit

Permalink
create build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheFerreboeuf committed Jan 13, 2025
1 parent 5dea9c7 commit 5fa67d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ jobs:
MAGENTO_VERSION: '2.4.6'
MODULE_NAME: Crealoz_EasyAudit
COMPOSER_NAME: crealoz/easy-audit-free
PHPUNIT_FILE: 'phpunit.xml.dist'
PHPUNIT_FILE: 'phpunit.xml.dist'
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
file: build/logs/clover.xml
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.idea
/.phpunit.result.cache
phpunit.xml
/build/
/build/coverage-html
Empty file added build/.gitkeep
Empty file.

0 comments on commit 5fa67d9

Please sign in to comment.