https://github.com/raphaelvallat/yasa
Revision 11bb22a19179aa6c154b8ca5eab7e7c08e26b4ac authored by Raphael Vallat on 20 February 2022, 17:51:44 UTC, committed by Raphael Vallat on 20 February 2022, 17:51:44 UTC
1 parent 828fdd7
Raw File
Tip revision: 11bb22a19179aa6c154b8ca5eab7e7c08e26b4ac authored by Raphael Vallat on 20 February 2022, 17:51:44 UTC
Remove Travis CI and add cov to GH Actions
Tip revision: 11bb22a
.coveragerc
[run]
branch = True
source = yasa
include = yasa/*
omit =
    */__init__.py
    */setup.py
    */features.py
    */examples/*
    */notebooks/*
    */tests/*

[report]
show_missing = True
back to top