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

ci: 使用数据库 matrix #264

Merged
merged 5 commits into from
Jul 13, 2024
Merged

ci: 使用数据库 matrix #264

merged 5 commits into from
Jul 13, 2024

Conversation

he0119
Copy link
Owner

@he0119 he0119 commented Mar 18, 2024

简化写法

@github-actions github-actions bot added the ci label Mar 18, 2024
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (54e33b9) to head (6974f4d).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #264   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          394       394           
=========================================
  Hits           394       394           

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

Copy link
Contributor

@ProgramRipper ProgramRipper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    os: [ubuntu-latest, windows-latest, macos-latest]
    python-version: ['3.9', '3.10', '3.11', '3.12']
    db: ['sqlite+aiosqlite:///db.sqlite3']

    include:
      - os: ubuntu-latest
        db: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
      - os: ubuntu-latest
        db: mysql+aiomysql://mysql:mysql@localhost:3306/mymysql

.github/workflows/codecov.yml Outdated Show resolved Hide resolved
Co-authored-by: Bryan不可思议 <[email protected]>
@he0119 he0119 merged commit 4fb7fe2 into main Jul 13, 2024
19 checks passed
@he0119 he0119 deleted the ci/db-matrix branch July 13, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants