Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bump urllib3 from 2.3.0 to 2.5.0 in /docs #7

Bump urllib3 from 2.3.0 to 2.5.0 in /docs

Bump urllib3 from 2.3.0 to 2.5.0 in /docs #7

# This workflow will use Nox to run tests and lint for the supported Python versions, and upload the test coverage data.
name: Build & Test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fjwillemsen/[email protected]
- run: |
nox -- ${{ runner.os }}
- name: Report to Coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage.xml
format: cobertura
fail-on-error: false