Skip to content

Commit

Permalink
CI: ignore coverage of verilog models
Browse files Browse the repository at this point in the history
* The verilog components are very long, repetitive and with many
  branches to cover

* The auto-generated code is not on the repo and we cannot see the
  line-by-line coverage

* Narrow down coverage on the qucs-core
  • Loading branch information
guitorri committed Jan 20, 2015
1 parent 900a3e8 commit 897ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ script:
after_success:
# Send coverage data to Coveralls
- if [[ $GCC ]]; then
coveralls --exclude examples --exclude qucs --exclude qucs-doc --exclude adms-2.3.4 --gcov-options '\-lp' --gcov gcov-4.8;
coveralls --exclude qucs-core/src/components/verilog --exclude examples --exclude qucs --exclude qucs-doc --exclude adms-2.3.4 --gcov-options '\-lp' --gcov gcov-4.8;
fi

# Publish HTML into Qucs/qucs-doxygen repo
Expand Down

0 comments on commit 897ed43

Please sign in to comment.