Skip to content

Commit 28d8fd4

Browse files
committed
Remove codecov references
1 parent 1a2fefa commit 28d8fd4

File tree

4 files changed

+13
-25
lines changed

4 files changed

+13
-25
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ jobs:
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 --cov-report=xml
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

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Unreleased
1+
# 2.2.1 (2026-01-07)
2+
- Remove codecov references
23

3-
=======
4+
# 2.2.0 (2026-01-06)
5+
- Use UV in GHA workflows
6+
7+
# 2.1.0 (2025-12-24)
8+
- Replace black with ruff
9+
10+
# 2.0.0 (2025-12-23)
11+
- Migrates metadata to pyproject.toml
12+
- Drops support for Python versions < 3.10
413

514
# 2.2.0 (2026-01-06)
615
- Use UV

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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+
[![Build Status](https://github.com/mapbox/tilesets-cli/actions/workflows/release.yaml/badge.svg)](https://github.com/mapbox/tilesets-cli/actions/workflows/release.yaml)
44

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

codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)