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

samsmithnz / AzurePipelinesToGitHubActionsConverterWeb / 6019812351

30 Aug 2023 02:22AM UTC coverage: 67.66%. Remained the same
6019812351

push

github

web-flow
Adding dependabot groups (#236)

* Updated packages

* Added dependabot file to solution

* increased minor version

* updated github release and tag version

* Updated dependabot file to process groups

0 of 62 branches covered (0.0%)

Branch coverage included in aggregate %.

454 of 609 relevant lines covered (74.55%)

0.75 hits per line

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

100.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; }
3✔
8

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