Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b4bfe88c97e66a92def331d1b56d471912edc8cb
Authored by
Anthex
2019-04-25 01:16:42 +0200
1 parent
aff24fbe
fix codecov config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
.travis.yml
Inline
Side-by-side
.travis.yml
Wrap text
Show/Hide comments
View file @
b4bfe88
1
1
language: python
2
2
before_install:
3
- - pip install
--user
codecov
3
+ - pip install
codecov
4
4
after_success:
5
5
- codecov --file coverage/lcov.info --disable search
6
6
python:
...
...