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

chaoss / grimoirelab-sirmordred / 1029 / 1
71%
master: 71%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2020 10:47AM UTC
Files 13
Run time 2s
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

27 Jan 2020 10:47AM UTC coverage: 56.306%. Remained the same
1029.1

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%)

0.56 hits per line

Source Files on job 1029.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 355
  • Travis Job 1029.1
  • b6fa5962 on github
  • Prev Job for on master (#1028.1)
  • Next Job for on master (#1030.1)
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