DEploid-dev / DEploid

dEploid is designed for deconvoluting mixed genomes with unknown proportions. Traditional ‘phasing’ programs are limited to diploid organisms. Our method modifies Li and Stephen’s algorithm with Markov chain Monte Carlo (MCMC) approaches, and builds a generic framework that allows haloptype searches in a multiple infection setting.
http://deploid.readthedocs.io/en/latest/index.html
GNU General Public License v3.0
20 stars 10 forks source link

New GitHub actions #353

Closed bredelings closed 3 years ago

bredelings commented 3 years ago

This PR copies everything from travis over to github except:

It runs the tests on both linux and mac, and tests both gcc and clang on linux.

Currently gcc-9 and gcc-10 are tested.

2c71a4b is a bugfix that could go into master separately -- I fixed it here because warnings from it were making the logs hard to read.

For coveralls, there is a github action at: https://github.com/marketplace/actions/coveralls-github-action

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1263


Totals Coverage Status
Change from base Build 1209: 0.0%
Covered Lines: 2611
Relevant Lines: 2902

💛 - Coveralls