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

samsmithnz / AzurePipelinesToGitHubActionsConverterWeb / 16726922363

04 Aug 2025 03:07PM UTC coverage: 0.0% (-92.4%) from 92.429%
16726922363

push

github

web-flow
Bump AzurePipelinesToGitHubActionsConverter.Core from 1.3.65 to 1.3.66 (#351)

---
updated-dependencies:
- dependency-name: AzurePipelinesToGitHubActionsConverter.Core
  dependency-version: 1.3.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0 of 62 branches covered (0.0%)

Branch coverage included in aggregate %.

0 of 638 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/PipelinesToActions/PipelinesToActions/Models/ErrorViewModel.cs
1
using System;
2

3
namespace PipelinesToActionsWeb.Models
4
{
5
    public class ErrorViewModel
6
    {
7
        public string RequestId { get; set; }
×
8

9
        public bool ShowRequestId
10
        {
11
            get
12
            {
×
13
                return !string.IsNullOrEmpty(RequestId);
×
14
            }
×
15
        }
16
    }
17
}
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