{% extends "container-2col.html" %} {% block body %}

{{repository.owner}}/{{repository.name}} {% if not repository.has_rights(current_user) %}
{% endif %} {% if tests.items %}
Coverage Text badges Metadata badges
{% if repository.last_master_test.words_count|count > 0 %} Words badges {% for wc in repository.last_master_test.words_count %} {{wc.lang}} badges {% endfor %} {% endif %}
{% endif %}

{% if repository.has_rights(current_user) %}

Settings

Toggle the repository for Hook & Travis

In order for HookTest to communicate with the current system, you need to set the Environment Variable HOOK_SECRET to :

{{repository.travis_env}}
Click here to refresh

{% else %}
{% endif %}

History and progression

{% for test in tests.items %} {% endfor %}
Date Build Ref User Coverage More
{{test.run_at}} {{test.travis_build_id}} {{test|nice_link_to_source}} {{test.user}} {{test.coverage}}
{% if tests.pages > 1 %} {% endif %}
{% endblock %} {% block script %} {% endblock %}