Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧⚙️🔩 [Breaking Change] (config) Fix the breaking CI process about upload test coverage report to CodeCov because of deprecated Python package *codecov*. #46

Merged
merged 4 commits into from
Apr 13, 2023

Conversation

Chisanan232
Copy link
Owner

Target

  • Fix the breaking CI process about upload test coverage report to CodeCov because of deprecated Python package codecov.

Modify Code Scope

  • Configuration
    • Standard Python project configuration pyproject.toml
    • Poetry poetry.lock
    • GitHub Action workflow .github/workflows/ci-cd.yml

Effecting Scope

  • Nothing, this PR like refactoring of CI process. It won't effect anything of CI process, but it changes the working way to upload test coverage report to CodeCov service.

Description

@Chisanan232 Chisanan232 added 🤖 ci/cd Anything modification relative with CI/CD processes. 👨‍🔧 breaking change Some changes which would let some old usage be changed. labels Apr 13, 2023
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b325c83) 98.87% compared to head (67c996f) 98.87%.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           develop/pre-release      #46   +/-   ##
====================================================
  Coverage                98.87%   98.87%           
====================================================
  Files                       20       20           
  Lines                      975      975           
====================================================
  Hits                       964      964           
  Misses                      11       11           
Flag Coverage Δ
integration 98.87% <ø> (ø)
unit 98.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pymock_api/_utils/importing.py 100.00% <ø> (ø)
pymock_api/cmd.py 100.00% <ø> (ø)
pymock_api/cmd_ps.py 100.00% <ø> (ø)
pymock_api/model/cmd_args.py 100.00% <ø> (ø)
pymock_api/runner.py 78.57% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👨‍🔧 breaking change Some changes which would let some old usage be changed. 🤖 ci/cd Anything modification relative with CI/CD processes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant