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

samsmithnz / AzurePipelinesToGitHubActionsConverterWeb / 7385586899

02 Jan 2024 12:09PM UTC coverage: 67.66%. Remained the same
7385586899

push

github

web-flow
Bump AzurePipelinesToGitHubActionsConverter.Core (#269)

Bumps [AzurePipelinesToGitHubActionsConverter.Core](https://github.com/samsmithnz/AzurePipelinesToGitHubActionsConverter) from 1.3.3 to 1.3.5.
- [Release notes](https://github.com/samsmithnz/AzurePipelinesToGitHubActionsConverter/releases)
- [Commits](https://github.com/samsmithnz/AzurePipelinesToGitHubActionsConverter/compare/v1.3.3...v1.3.5)

---
updated-dependencies:
- dependency-name: AzurePipelinesToGitHubActionsConverter.Core
  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 %.

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