Skip to content

Commit

Permalink
Remove caffe2 support (#734)
Browse files Browse the repository at this point in the history
* remove caffe2 support
  • Loading branch information
lanpa authored Dec 21, 2024
1 parent 370371b commit e70aca8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1,138 deletions.
11 changes: 9 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
codecov:
bot: lanpa
coverage:
ignore:
- tensorboardX/caffe2_graph.py
status:
project: # measuring the overall project coverage
default: # context, you can create multiple ones with custom titles
enabled: yes
patch:
default:
enabled: no
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches: null
273 changes: 0 additions & 273 deletions examples/demo_caffe2.py

This file was deleted.

Loading

0 comments on commit e70aca8

Please sign in to comment.