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

newrelic / infrastructure-agent / 32849649745
53%
master: 53%

Build:
Build:
LAST BUILD BRANCH: fix-publish_release_notes-workflow
DEFAULT BRANCH: master
Ran 25 Aug 2026 12:53PM UTC
Jobs 1
Files 343
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

25 Aug 2026 12:47PM UTC coverage: 53.433%. First build
32849649745

Pull #2307

github

shashank-reddy-nr
fix(windows): create agent directories even when an upgrade is detected

Windows deletes services asynchronously, so one deleted moments earlier is still
enumerable via Get-Service. A quick uninstall/reinstall therefore sets $isUpgrade
true after the directories have already been removed, and the upgrade branch
skipped creating them.

Copy-Item with a wildcard source and a missing destination does not create the
destination directory - it creates a *file* with that name, and reports success -
so the config write that follows died with "Could not find a part of the path"
(exit 1, surfacing as 1603 under MSI), leaving a multi-megabyte junk file where
$AgentDir should be.

Create-Directory is a no-op when the directory already exists, so this costs
nothing on a genuine upgrade. The LICENSE.txt copy stays fresh-install only.

Assisted-by: Claude Opus 5
Pull Request #2307: fix(windows): retry Start-Service on SCM races and validate license key before starting

14850 of 27792 relevant lines covered (53.43%)

18.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-linux - 32849649745.1 25 Aug 2026 12:53PM UTC 343
53.43
GitHub Action Run
Source Files on build 32849649745
  • Tree
  • List 343
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32849649745
  • Pull Request #2307
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc