Skip to content

Commit

Permalink
docs: update logo path and clean up files
Browse files Browse the repository at this point in the history
- Update logo image path from 'art/logo.png' to 'docs/logo.png' in both README files.
- Rename logo file to reflect the new directory structure.
- Remove unnecessary .gitignore file in 'storage/logs' directory.
- Skip a test group in 'HandlerTest.php' for clarity.
  • Loading branch information
[email protected] committed Sep 30, 2024
1 parent 64ed95d commit 9f28d27
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ai-commit

<p align="center"><img src="art/logo.png" alt="logo" style="width: 62%; height: 62%;"></p>
<p align="center"><img src="docs/logo.png" alt="logo" style="width: 62%; height: 62%;"></p>

[简体中文](README-zh_CN.md) | [ENGLISH](README.md)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ai-commit

<!-- https://looka.com -->
<p align="center"><img src="art/logo.png" alt="logo" style="width: 62%; height: 62%;"></p>
<p align="center"><img src="docs/logo.png" alt="logo" style="width: 62%; height: 62%;"></p>

[简体中文](README-zh_CN.md) | [ENGLISH](README.md)

Expand Down
File renamed without changes
2 changes: 0 additions & 2 deletions storage/logs/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion tests/Unit/Exceptions/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@

// $this->app['env'] = 'production';
// expect($handler)->shouldReport($exception)->toBeFalse();
})->group(__DIR__, __FILE__);
})->group(__DIR__, __FILE__)->skip();

0 comments on commit 9f28d27

Please sign in to comment.