Skip to content

Commit

Permalink
Logo (#217)
Browse files Browse the repository at this point in the history
* doc : logo file updated

* doc : test transparent logo

* doc : icon.ico updated

* doc : CHANGELOG.md updated

* fix : codecov version updated

* fix : minor edit in codecov action
  • Loading branch information
sepandhaghighi committed Apr 10, 2024
1 parent d136dd4 commit fd4326e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -58,9 +58,11 @@ jobs:
python -m pydocstyle -v
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: cProfile
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- `README.md` modified
- Logo updated
## [1.4] - 2024-03-16
### Added
- `feature_request.yml` template
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/ECSIM/opem/raw/master/otherfile/logo.png" width=300px>
<img src="https://github.com/ECSIM/opem/raw/master/otherfile/logo.png" width=320px>
<br/>
<a href="https://www.python.org/">
<img src="https://img.shields.io/badge/built%20with-Python3-green.svg" alt="built with Python3" />
Expand Down
Binary file modified otherfile/icon.ico
Binary file not shown.
Binary file modified otherfile/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd4326e

Please sign in to comment.