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

Skip to content

Bump requests from 2.32.3 to 2.32.4 in /docs #6

Bump requests from 2.32.3 to 2.32.4 in /docs

Bump requests from 2.32.3 to 2.32.4 in /docs #6

# 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