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

Axelrod-Python / Axelrod / 4500 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v4.9.1
DEFAULT BRANCH: master
Ran 20 Jul 2017 09:23PM UTC
Files 166
Run time 11s
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

20 Jul 2017 08:45PM UTC coverage: 100.0%. First build
4500.2

push

travis-ci

drvinceknight
Add keys to Fortran code in a separate file.

This uses the following to generate the `fortrain_keys.rst` file:

```
import glob
import pathlib
strategy_files = glob.glob("./src/*.f")
with open("/home/vince/src/Axelrod/docs/reference/fortan_keys.rst", "w") as f:
    for file in strategy_files:
        path = pathlib.Path(file)
        strategy_name = path.stem.upper()
        file_name = path.name
        f.write(".. _{}: https://github.com/Axelrod-Python/TourExec/blob/master/src/{}\n".format(strategy_name, file_name))
```

13353 of 13353 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 4500.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4500
  • Travis Job 4500.2
  • 24d4d344 on github
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