Skip to content

Commit

Permalink
Add rust-toolchain and others toolchain check
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed Feb 27, 2021
1 parent 7523f17 commit 87fde0f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Ensure that text files have their line endings normalized to LF
* text=auto

# All known text filetypes
*.md text
*.proto text
*.rs text
*.sh text
*.toml text
*.txt text
*.yml text
*.sql text
*.reference text
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
ignore:
- tests/*

coverage:
precision: 0
round: down
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.50.0
2 changes: 2 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
edition = "2018"
use_field_init_shorthand = true

0 comments on commit 87fde0f

Please sign in to comment.