FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

use ubuntu-slim and dependabot by methane · Pull Request #1226 · PyMySQL/PyMySQL · GitHub

use ubuntu-slim and dependabot - #1226

Merged
methane merged 1 commit into
PyMySQL:mainfrom
methane:update-ci
Apr 22, 2026
Merged

use ubuntu-slim and dependabot#1226
methane merged 1 commit into
PyMySQL:mainfrom
methane:update-ci

Conversation

methane commented Apr 22, 2026

Copy link
Copy Markdown
Member

No description provided.

methane requested a review from Copilot April 22, 2026 10:17

codecov Bot commented Apr 22, 2026
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.43%. Comparing base (1e28be8) to head (24868a8).
⚠️ Report is 60 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1226      +/-   ##
==========================================
- Coverage   86.24%   84.43%   -1.82%     
==========================================
  Files          17       17              
  Lines        2436     2441       +5     
  Branches      258      241      -17     
==========================================
- Hits         2101     2061      -40     
- Misses        249      295      +46     
+ Partials       86       85       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

This PR updates CI configuration by changing the GitHub Actions runner used for linting and adding a Dependabot configuration to keep GitHub Actions dependencies up to date.

Changes:

  • Switch the lint workflow runner from ubuntu-latest to ubuntu-slim
  • Add .github/dependabot.yml to enable weekly GitHub Actions version updates

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/lint.yaml Changes the runner used for the lint job
.github/dependabot.yml Adds Dependabot config for weekly GitHub Actions updates

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-slim

Copilot AI Apr 22, 2026

Copy link

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

runs-on: ubuntu-slim is not a supported GitHub-hosted runner label, so this workflow will fail to start. Use a valid runner label (e.g., ubuntu-latest like the other workflows in this repo, or a specific Ubuntu version such as ubuntu-24.04).

Suggested change
runs-on: ubuntu-slim
runs-on: ubuntu-latest

Copilot uses AI. Check for mistakes.
methane merged commit 61b30d8 into PyMySQL:main Apr 22, 2026
16 checks passed
methane deleted the update-ci branch April 22, 2026 11:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL