Skip to content

Conversation

@Chisanan232
Copy link
Owner

@Chisanan232 Chisanan232 commented Apr 9, 2024

Target

  • Let reusable workflow about running test could run with one Python version or multiple Python versions.

Effecting Scope

  • Add new feature without breaking changes.

Description

  • Divide the reusable workflow about running test as
    • Run test with one specific Python version in one specific runtime OS environment.
    • Run test with multiple Python versions with multiple runtime OS environments.
  • Add new parameters for the changes.
    • runtime_os: Which OS environment it should use to prepare for running.
    • python_version: Which Python version it should use to test.
  • Remove all unused setting in configuration.
  • Update the document with the new features and changes.

@Chisanan232 Chisanan232 added 🤖 ci/cd Anything modification relative with CI/CD processes. ✨ new feature New feature in project 🤖 github actions labels Apr 9, 2024
@codecov
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.66%. Comparing base (d84ac66) to head (0590064).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files           2        2           
  Lines           3        3           
=======================================
  Hits            2        2           
  Misses          1        1           
Flag Coverage Δ
integration 66.66% <ø> (ø)
unit 66.66% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

coveralls commented Apr 9, 2024

Pull Request Test Coverage Report for Build 8613699678

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 66.667%

Totals Coverage Status
Change from base Build 8336968420: 0.0%
Covered Lines: 2
Relevant Lines: 3

💛 - Coveralls

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Chisanan232 Chisanan232 merged commit 5846618 into master Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 ci/cd Anything modification relative with CI/CD processes. 🤖 github actions ✨ new feature New feature in project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants