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

samsmithnz / AzurePipelinesToGitHubActionsConverterWeb / 16658246432

31 Jul 2025 07:33PM UTC coverage: 0.0% (-75.4%) from 75.429%
16658246432

push

github

web-flow
Improve code coverage from 79% to 94% by adding comprehensive unit tests (#348)

* Initial plan

* Initial analysis and plan for improving code coverage

Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>

* Add comprehensive unit tests to improve code coverage to 94%

Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>

* Potential fix for code scanning alert no. 103: Client-side URL redirect

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Replace Moq with NSubstitute as requested

Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>

* Potential fix for code scanning alert no. 96: Client-side URL redirect

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Remove CoverageReport folder from source control

Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>

* Fix test infrastructure: Add proper MVC services setup for controller tests

Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: samsmithnz <8389039+samsmithnz@users.noreply.github.com>
Co-authored-by: Sam Smith <samsmithnz@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[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