Skip to content
Snippets Groups Projects
Commit cccbd309 authored by Corné Lukken's avatar Corné Lukken
Browse files

Track branch coverage

parent 5e9cc6bd
No related branches found
No related tags found
1 merge request!10Add pre commit improve tox setup
Pipeline #110626 passed
Pipeline: Python Binary Wheel Package

#110628

    Pipeline: Python Binary Wheel Package

    #110627

      ......@@ -33,7 +33,7 @@ sdist.include = ["src/{{cookiecutter.project_slug}}/_version.py"]
      write_to = "src/{{cookiecutter.project_slug}}/_version.py"
      [tool.cibuildwheel]
      skip = "*-win32 *-manylinux_i686 pp*"
      skip = "*-manylinux_i686 pp*" # manylinux_i686 does not work on our runners currently
      build-verbosity = 1
      [tool.cibuildwheel.macos]
      ......@@ -46,6 +46,10 @@ archs = ["x86_64", "i686"]
      archs = ["AMD64", "x86"]
      [tool.coverage.run]
      branch = true
      [tool.ruff]
      exclude = [
      ".venv",
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment