Skip to content

Commit

Permalink
Merge pull request #319 from Zerohertz/chore-v1.1.5
Browse files Browse the repository at this point in the history
[v1.1.5] Chore update
  • Loading branch information
Zerohertz authored Oct 31, 2024
2 parents f715835 + fbea529 commit d528ac6
Show file tree
Hide file tree
Showing 31 changed files with 108 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd-pr-dev-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ jobs:
- name: Run tests
env:
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cicd-push-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
- name: Run tests
env:
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down
58 changes: 58 additions & 0 deletions .github/workflows/cicd-push-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,64 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CHECK }}
if: always()

test:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Cache virtualenv
uses: actions/cache@v4
with:
path: venv
key: ${{ runner.os }}-python-venv
restore-keys: |
${{ runner.os }}-python-venv-
- name: Run tests
env:
DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
run: |
source venv/bin/activate
sudo apt update
sudo apt install python3-opencv -y
pip install pytest pytest-cov
pytest --cov --cov-report=xml --junitxml=junit.xml -o junit_family=legacy
- name: Upload test results to Codecov
uses: codecov/test-results-action@v1
with:
flags: python3.11
token: ${{ secrets.CODECOV_TOKEN }}
if: always()

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: always()

- name: Slack webhook
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
author_name: zerohertzLib
fields: repo,message,commit,author,action,eventName,ref,workflow,job,took
if_mention: failure,cancelled
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CHECK }}
if: always()

# deploy-github:
# runs-on: ubuntu-latest
# needs: [build]
Expand Down
Binary file modified docs/_images/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions docs/_sources/release/v1.1.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@
- Codecov badge 추가
## v1.1.5

<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/319>#319</a>)</h3>

```{admonition} Release Date
:class: tip

2024/10/31
```

<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:release/chore"><img src="https://img.shields.io/badge/release/chore-22FD7F?style=flat-square&logo=github" alt="release/chore"/></a>
</p>


<h4>Chore</h4>

- Codecov와의 연동성을 위한 master branch의 `pytest` 추가
<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/317>#317</a>)</h3>

```{admonition} Release Date
Expand Down
Binary file modified docs/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/examples/dynamic/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions docs/release/v1.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zerohertz.github.io/zerohertzLib/release/v1.1.html" />
<meta property="og:site_name" content="Zerohertz's Library v1.1.5 Documents" />
<meta property="og:description" content="v1.1.6: api- OpenAI API의 정책 변경으로 인해 pytest 생략.. Codecov 를 통한 pytest report 생성. pylint update에 따른 설정 변경. Codecov badge 추가. v1.1.5: OpenAI API의 정책 변경으로 인해 pytest 생략, Codecov 를 통한 pytest report 생성. py..." />
<meta property="og:description" content="v1.1.6: api- OpenAI API의 정책 변경으로 인해 pytest 생략.. Codecov 를 통한 pytest report 생성. pylint update에 따른 설정 변경. Codecov badge 추가. v1.1.5: Codecov와의 연동성을 위한 master branch의 pytest 추가. OpenAI API의 정책 변경으로 인해 ..." />
<meta property="og:image" content="https://zerohertz.github.io/zerohertzLib/_static/og.png" />
<meta property="og:image:alt" content="Zerohertz's Library v1.1.5 Documents" />
<meta name="description" content="v1.1.6: api- OpenAI API의 정책 변경으로 인해 pytest 생략.. Codecov 를 통한 pytest report 생성. pylint update에 따른 설정 변경. Codecov badge 추가. v1.1.5: OpenAI API의 정책 변경으로 인해 pytest 생략, Codecov 를 통한 pytest report 생성. py..." />
<meta name="description" content="v1.1.6: api- OpenAI API의 정책 변경으로 인해 pytest 생략.. Codecov 를 통한 pytest report 생성. pylint update에 따른 설정 변경. Codecov badge 추가. v1.1.5: Codecov와의 연동성을 위한 master branch의 pytest 추가. OpenAI API의 정책 변경으로 인해 ..." />
<link href="../_static/favicon.png" sizes="802x802" rel="icon" type="image/png">
<link href="../_static/favicon-16x16.png" sizes="16x16" rel="icon" type="image/png">
<link href="../_static/favicon-32x32.png" sizes="32x32" rel="icon" type="image/png">
Expand Down Expand Up @@ -347,6 +347,19 @@ <h4>Docs</h4>
</section>
<section id="v1-1-5">
<h2>v1.1.5<a class="headerlink" href="#v1-1-5" title="Link to this heading"></a></h2>
<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/319>#319</a>)</h3>
<div class="tip admonition">
<p class="admonition-title">Release Date</p>
<p>2024/10/31</p>
</div>
<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:release/chore"><img src="https://img.shields.io/badge/release/chore-22FD7F?style=flat-square&logo=github" alt="release/chore"/></a>
</p>
<h4>Chore</h4>
<ul class="simple">
<li><p>Codecov와의 연동성을 위한 master branch의 <code class="docutils literal notranslate"><span class="pre">pytest</span></code> 추가</p></li>
</ul>
<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/317>#317</a>)</h3>
<div class="tip admonition">
<p class="admonition-title">Release Date</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

Binary file modified sphinx/source/_static/examples/dynamic/monitoring.storage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.hist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.plot.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.plot.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/plot.scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sphinx/source/_static/examples/dynamic/vision.vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions sphinx/source/release/v1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,23 @@
- Codecov badge 추가
## v1.1.5

<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/319>#319</a>)</h3>

```{admonition} Release Date
:class: tip
2024/10/31
```

<p align="center">
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:chore"><img src="https://img.shields.io/badge/chore-fef2c0?style=flat-square&logo=github" alt="chore"/></a>
<a href="https://github.com/Zerohertz/zerohertzLib/pulls?q=is:pr label:release/chore"><img src="https://img.shields.io/badge/release/chore-22FD7F?style=flat-square&logo=github" alt="release/chore"/></a>
</p>


<h4>Chore</h4>

- Codecov와의 연동성을 위한 master branch의 `pytest` 추가
<h3>[v1.1.5] Chore update (<a href=https://github.com/Zerohertz/zerohertzLib/pull/317>#317</a>)</h3>

```{admonition} Release Date
Expand Down

0 comments on commit d528ac6

Please sign in to comment.