From 2818c8f76e866a0af7cb3faa8a12b65eb2c403a6 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Sat, 16 Mar 2019 23:36:43 +0100 Subject: [PATCH] add minimal README --- .travis.yml | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b0017eb..2bc2bb0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ os: - osx julia: - 1.0 + - 1.1 - nightly notifications: email: true diff --git a/README.md b/README.md index c6573a4..fe6af31 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Groups [![Build Status](https://travis-ci.org/kalmarek/Groups.jl.svg?branch=master)](https://travis-ci.org/kalmarek/Groups.jl) +[![codecov](https://codecov.io/gh/kalmarek/Groups.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kalmarek/Groups.jl) + +A very rudimentary implementation of finitely-presented groups (syllable representation). Relatively complete are only [automorphism groups of free groups](https://github.com/kalmarek/Groups.jl/blob/master/src/AutGroup.jl) and [wreath products](https://github.com/kalmarek/Groups.jl/blob/master/src/WreathProducts.jl) (which are not finitely-presented, but based on the standard normal form). + +Have a look into `test` directory for eample use.