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

samsmithnz / GitHubActionsDotNet / 7900757945

14 Feb 2024 11:53AM CUT coverage: 76.33%. Remained the same
7900757945

Pull #133

github

web-flow
Merge 652e32ffc into 5ca82b379
Pull Request #133: Bump the core group in /src/GitHubActionsDotNet with 1 update

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