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

samsmithnz / GitHubActionsDotNet / 12275216274

11 Dec 2024 11:15AM CUT coverage: 76.33%. Remained the same
12275216274

Pull #164

github

web-flow
Merge a9ec73c62 into 89bacae95
Pull Request #164: Bump gittools/actions from 3.0.3 to 3.1.1 in the core group across 1 directory

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