Skip to content

Commit 73eb2c0

Browse files
committed
Configure percy to hide the downloads graph
1 parent 4a2ccdd commit 73eb2c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.percy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 1
2+
snapshot:
3+
percy-css: |
4+
#crate-downloads .graph {
5+
display: none;
6+
}
7+

0 commit comments

Comments
 (0)