Surn commited on
Commit
705d12f
1 Parent(s): 81695f0

minor setup.cfg update

Browse files
Files changed (1) hide show
  1. setup.cfg +3 -1
setup.cfg CHANGED
@@ -5,7 +5,9 @@ max-line-length = 120
5
  max-line-length = 120
6
 
7
  [coverage:report]
8
- include = audiocraft/*
 
 
9
  omit =
10
  audiocraft/environment.py
11
  audiocraft/solvers/*
 
5
  max-line-length = 120
6
 
7
  [coverage:report]
8
+ include =
9
+ audiocraft/*
10
+ assets/*
11
  omit =
12
  audiocraft/environment.py
13
  audiocraft/solvers/*