File tree Expand file tree Collapse file tree 3 files changed +2
-26
lines changed
Expand file tree Collapse file tree 3 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 4848 - name : Install dependencies
4949 run : |
5050 python -m pip install --upgrade pip
51- python -m pip install cryptography trio idna httpx h2 aioquic mypy pytest pytest-cov ruff
51+ python -m pip install cryptography trio idna httpx h2 aioquic mypy pytest ruff
5252 - name : Typecheck
5353 run : |
5454 python -m mypy --install-types --non-interactive --disallow-incomplete-defs dns
5757 ruff check dns
5858 - name : Test with pytest
5959 run : |
60- pytest --cov=dns --cov-branch --cov-report=xml:coverage.xml
61- - name : Upload coverage to Codecov
62- uses : codecov/codecov-action@v4
63- with :
64- files : ./coverage.xml
65- flags : unittests
66- name : codecov-umbrella
67- env :
68- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
60+ pytest
Original file line number Diff line number Diff line change 44[ ![ Documentation Status] ( https://readthedocs.org/projects/dnspython/badge/?version=latest )] ( https://dnspython.readthedocs.io/en/latest/?badge=latest )
55[ ![ PyPI version] ( https://badge.fury.io/py/dnspython.svg )] ( https://badge.fury.io/py/dnspython )
66[ ![ License: ISC] ( https://img.shields.io/badge/License-ISC-brightgreen.svg )] ( https://opensource.org/licenses/ISC )
7- [ ![ Coverage] ( https://codecov.io/github/rthalley/dnspython/coverage.svg?branch=master )] ( https://codecov.io/github/rthalley/dnspython )
87[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
98
109## INTRODUCTION
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments