Summary
Jobs
CI
Version
python_versions
Format Check
Docs
Linting (Python-3.9)
Linting (Python-3.10)
Linting (Python-3.11)
Linting (Python-3.12)
Linting (Python-3.13)
Type Checking (Python-3.9)
Type Checking (Python-3.10)
Type Checking (Python-3.11)
Type Checking (Python-3.12)
Type Checking (Python-3.13)
Security Checks (Python-3.9)
Security Checks (Python-3.10)
Security Checks (Python-3.11)
Security Checks (Python-3.12)
Security Checks (Python-3.13)
Unit-Tests (Python-3.9, Exasol-)
Unit-Tests (Python-3.10, Exasol-)
Unit-Tests (Python-3.11, Exasol-)
Unit-Tests (Python-3.12, Exasol-)
Unit-Tests (Python-3.13, Exasol-)
all_versions
Integration-Tests (pyodbc, Python-3.9, Exasol-7.1.17)
Integration-Tests (turbodbc, Python-3.9, Exasol-7.1.17)
Integration-Tests (websocket, Python-3.9, Exasol-7.1.17)
Integration-Tests (pyodbc, Python-3.10, Exasol-7.1.17)
Integration-Tests (turbodbc, Python-3.10, Exasol-7.1.17)
Integration-Tests (websocket, Python-3.10, Exasol-7.1.17)
Integration-Tests (pyodbc, Python-3.11, Exasol-7.1.17)
Integration-Tests (turbodbc, Python-3.11, Exasol-7.1.17)
Integration-Tests (websocket, Python-3.11, Exasol-7.1.17)
Integration-Tests (pyodbc, Python-3.12, Exasol-7.1.17)
Integration-Tests (turbodbc, Python-3.12, Exasol-7.1.17)
Integration-Tests (websocket, Python-3.12, Exasol-7.1.17)
Integration-Tests (pyodbc, Python-3.13, Exasol-7.1.17)
Integration-Tests (turbodbc, Python-3.13, Exasol-7.1.17)
Integration-Tests (websocket, Python-3.13, Exasol-7.1.17)
Allow Merge
Metrics
Workflow file for this run
This file contains 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
name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
pull_request:
types: [opened, reopened]
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
CI:
uses: ./.github/workflows/merge-gate.yml
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml
You can’t perform that action at this time.