Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,7 @@ jobs:
run: uv run pre-commit run --all-files

- name: Run tests with coverage
run: uv run pytest --cov --cov-config=.coveragerc --cov-report=xml
run: uv run pytest --cov --cov-config=.coveragerc --cov-report=term-missing

- name: List all files in current directory
run: ls -la

- name: Upload coverage to GitHub (optional, internal)
if: matrix.python-version == '3.10'
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage.xml
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Unreleased

=======
# 2.2.1 (2026-01-07)
- Remove codecov references

# 2.2.0 (2026-01-06)
- Use UV
- Use UV in GHA workflows

# 2.1.0 (2025-12-24)
- Replace black with ruff
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tilesets-cli

[![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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have a badge for the test workflow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced the workflow badges with a PyPI version badge - I think this is more relevant for folks than workflow badges? Thoughts?

[![PyPI](https://img.shields.io/pypi/v/mapbox-tilesets.svg)](https://pypi.org/project/mapbox-tilesets/)

CLI for interacting with and preparing data for the [Mapbox Tiling Service](https://docs.mapbox.com/mapbox-tiling-service/overview/).

Expand Down
14 changes: 0 additions & 14 deletions codecov.yml

This file was deleted.

Loading