https://github.com/GPflow/GPflow
Revision 4edfd9df1dae12456aa4302dbfb0dacebfafcab0 authored by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC, committed by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC
1 parent a5b06ef
Raw File
Tip revision: 4edfd9df1dae12456aa4302dbfb0dacebfafcab0 authored by Hugh Salimbeni on 08 March 2018, 18:32:54 UTC
added test with excluded vars
Tip revision: 4edfd9d
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top