Skip to content

Commit

Permalink
Merge pull request #46 from Chisanan232/develop/src-code
Browse files Browse the repository at this point in the history
🔧⚙️🔩 [Breaking Change] (config) Fix the breaking CI process about upload test coverage report to CodeCov because of deprecated Python package *codecov*.
  • Loading branch information
Chisanan232 committed Apr 13, 2023
2 parents f26313a + 67c996f commit 7741c90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ on:
- ".gitignore"
- "LICENSE"
- "README.md"
- "poetry.lock"
- "pyproject.toml"

pull_request:
branches:
Expand All @@ -32,8 +30,6 @@ on:
- ".gitignore"
- "LICENSE"
- "README.md"
- "poetry.lock"
- "pyproject.toml"

jobs:
prep-testbed_unit-test:
Expand Down Expand Up @@ -83,7 +79,7 @@ jobs:
codecov_finish:
# name: Organize and generate the testing report and upload it to Codecov
needs: all-test_codecov
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/upload_test_cov_report.yaml@v4
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/upload_test_cov_report.yaml@develop
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
24 changes: 4 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ pytest-cov = "^3.0.0"
pytest-html = "^3.1.1"
pytest-rerunfailures = "^10.2"
coverage = "^6.2"
codecov = "^2.1.12"
coveralls = "^3.3.1"
# Dependency for CI
pre-commit = "^3.0.4"
Expand Down

0 comments on commit 7741c90

Please sign in to comment.