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

libKriging / libKriging / 19778115036
63%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2025 03:17AM UTC
Jobs 1
Files 78
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

21 Nov 2025 05:41PM UTC coverage: 37.371%. Remained the same
19778115036

push

github

web-flow
Claude/fix reticulate install 015 zn7 zk hdd5w lxfwe zf qnaa (#305)

* Fix incorrect condition for miniconda installation on Windows

The condition `if: runner.os == 'on'` was incorrect and would never
evaluate to true. Changed to `if: runner.os == 'Windows'` to properly
detect Windows runners and install miniconda when needed.

This fixes the reticulate installation failure in GitHub Actions.

* Remove redundant R-based miniconda installation step

The R-based reticulate::install_miniconda() step is unnecessary because:

1. For Python Windows jobs: .travis-ci/windows/install.sh already installs
   Miniconda3 directly using the Windows installer

2. For R Windows jobs: .travis-ci/r-windows/install.sh calls the windows
   install.sh, which installs Miniconda3 first

The miniconda installation via R's reticulate package was causing failures
on Python-only Windows jobs because R wasn't installed. This step is now
removed entirely since Miniconda is already properly installed by the
shell scripts during the "install" step for all Windows jobs that need it.

This removes the R dependency for CI jobs that only need Python.

---------

Co-authored-by: Claude <noreply@anthropic.com>

3295 of 8817 relevant lines covered (37.37%)

59122.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19778115036.1 29 Nov 2025 03:17AM UTC 78
37.37
GitHub Action Run
Source Files on build 19778115036
  • Tree
  • List 78
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fbd1611a on github
  • Prev Build on master (#16535557107)
  • Next Build on master (#19982029053)
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