File tree Expand file tree Collapse file tree 4 files changed +5
-27
lines changed
Expand file tree Collapse file tree 4 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 3737 run : uv run pre-commit run --all-files
3838
3939 - name : Run tests with coverage
40- run : uv run pytest --cov --cov-config=.coveragerc --cov-report=xml
40+ run : uv run pytest --cov --cov-config=.coveragerc --cov-report=term-missing
4141
4242 - name : List all files in current directory
4343 run : ls -la
44-
45- - name : Upload coverage to GitHub (optional, internal)
46- if : matrix.python-version == '3.10'
47- uses : actions/upload-artifact@v4
48- with :
49- name : coverage-report
50- path : coverage.xml
Original file line number Diff line number Diff line change 1- # Unreleased
2-
3- =======
1+ # 2.2.1 (2026-01-07)
2+ - Remove codecov references
43
54# 2.2.0 (2026-01-06)
6- - Use UV
5+ - Use UV in GHA workflows
76
87# 2.1.0 (2025-12-24)
98- Replace black with ruff
Original file line number Diff line number Diff line change 11# tilesets-cli
22
3- [ ![ Build Status ] ( https://github.com/mapbox/tilesets-cli/actions/workflows/release.yaml/badge.svg )] ( https://github.com/ mapbox/tilesets-cli/actions/workflows/release.yaml ) [ ![ codecov ] ( https://codecov.io/gh/mapbox/ tilesets-cli/branch/master/graph/badge .svg?token=YBTKyc2o3j )] ( https://codecov.io/gh /mapbox/tilesets-cli )
3+ [ ![ PyPI ] ( https://img.shields.io/pypi/v/ mapbox- tilesets.svg )] ( https://pypi.org/project /mapbox-tilesets/ )
44
55CLI for interacting with and preparing data for the [ Mapbox Tiling Service] ( https://docs.mapbox.com/mapbox-tiling-service/overview/ ) .
66
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments