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

samsmithnz / GitHubActionsDotNet / 13640944935

03 Mar 2025 09:39PM CUT coverage: 76.33%. First build
13640944935

Pull #165

github

web-flow
Merge 945980bab into 65c3375c9
Pull Request #165: Bump YamlDotNet from 16.2.1 to 16.3.0 in /src/GitHubActionsDotNet in the core group

144 of 222 branches covered (64.86%)

Branch coverage included in aggregate %.

559 of 699 relevant lines covered (79.97%)

13.88 hits per line

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

0.0
/src/GitHubActionsDotNet/Models/Container.cs
1
using System.Collections.Generic;
2

3
namespace GitHubActionsDotNet.Models
4
{
5
    //    container:
6
    //      image: node:10.16-jessie
7
    //      env:
8
    //        NODE_ENV: development
9
    //      ports:
10
    //        - 80
11
    //      volumes:
12
    //        - my_docker_volume:/volume_mount
13
    //      options: --cpus 1
14
    public class Container
15
    {
16
        public string image { get; set; }
×
17
        public Dictionary<string, string> env { get; set; }
×
18
        public string[] ports { get; set; }
×
19
        public string[] volumes { get; set; }
×
20
        public string options { get; set; }
×
21
    }
22
}
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

© 2025 Coveralls, Inc