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

chaoss / grimoirelab-sirmordred / 1029
71%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 10:47AM UTC
Jobs 2
Files 13
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1029

push

travis-ci

zhquan
[aliases] Handle complex aliases

This code reshapes the aliases.json, which now
is able to handle complex aliases. The new format
allows to define a list of aliases with/without filters.
An example of a new alias is provided below:
```
"github2:issue": {
    "raw": [
      {
        "alias": "github2_issues-raw"
      }
    ],
    "enrich": [
      {
        "alias": "github2_issues"
      },
      {
        "alias": "github2_pull_requests",
        "filter": {
          "terms": {
            "issue_pull_request" : [
              "true"
            ]
          }
        }
      },
      {
        "alias": "affiliations"
      },
      {
        "alias": "all_enriched"
      }
    ]
  },
```

Signed-off-by: Valerio Cosentino <valcos@bitergia.com>

1125 of 1998 relevant lines covered (56.31%)

1.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1029.1 27 Jan 2020 10:47AM UTC 0
56.31
Travis Job 1029.1
2 1029.2 27 Jan 2020 10:47AM UTC 0
56.31
Travis Job 1029.2
Source Files on build 1029
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1029
  • b6fa5962 on github
  • Prev Build on master (#1028)
  • Next Build on master (#1030)
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