• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

adrienverge / yamllint / 13895577534
100%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2025 09:09AM UTC
Jobs 5
Files 65
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Mar 2025 09:09AM UTC coverage: 99.825%. Remained the same
13895577534

push

github

adrienverge
CI: Ignore version duplicates when publishing to TestPyPI

This commit prevents the failure of the GitHub Actions job "Publish
distribution package to TestPyPI" on most pushes (see discussion at
https://github.com/adrienverge/yamllint/issues/721#issuecomment-2727167030),
since recent commit a3e1325 "CI: Publish PyPI releases using GitHub
Actions workflows".

Indeed, TestPyPI doesn't allow repushing the same version. Use
`skip-existing` to prevent to such failures on the CI.

An alternative would be to use the `setuptools-scm` plugin to define a
unique version for each commit (e.g. `1.36.2.dev2+gd4f1c14`), but it
requires more changes (define the version in `pyproject.toml`, fetch
tags from GitHub in `publish.yaml`, exclude `.*` + `.github/**` files in
`MANIFEST.in`). Moreover it doesn't work as is: to prevent errors like
`HTTP 400 The use of local versions in '1.36.2.dev2+gd4f1c14' is not
allowed` we would need `local_scheme = "no-local-version"`, which would
push duplicated versions on TestPyPI anyway.

3999 of 4006 relevant lines covered (99.83%)

4.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13895577534.1 17 Mar 2025 09:09AM UTC 65
99.83
2 13895577534.2 17 Mar 2025 09:09AM UTC 65
99.83
3 13895577534.3 17 Mar 2025 09:09AM UTC 65
99.75
4 13895577534.4 17 Mar 2025 09:09AM UTC 65
99.83
5 13895577534.5 17 Mar 2025 09:09AM UTC 65
99.83
Source Files on build 13895577534
  • Tree
  • List 65
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7d52df70 on github
  • Prev Build on master (#13894330531)
  • Next Build on master (#13895658645)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc