Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Aug 3, 2022
1 parent 13881ca commit 8740e39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 33 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.20.1'
args: '-- --test-threads 1'
version: "0.20.1"
args: "-- --test-threads 1"

- name: Upload to codecov.io
uses: codecov/codecov-action@v1.1.0

39 changes: 9 additions & 30 deletions sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"type_info": "Text"
}
],
"nullable": [
false,
false
],
"nullable": [false, false],
"parameters": {
"Right": 1
}
Expand All @@ -38,10 +35,7 @@
"type_info": "Bool"
}
],
"nullable": [
false,
false
],
"nullable": [false, false],
"parameters": {
"Right": 1
}
Expand All @@ -57,9 +51,7 @@
"type_info": "Text"
}
],
"nullable": [
false
],
"nullable": [false],
"parameters": {
"Right": 1
}
Expand All @@ -75,9 +67,7 @@
"type_info": "Int64"
}
],
"nullable": [
false
],
"nullable": [false],
"parameters": {
"Right": 1
}
Expand All @@ -103,9 +93,7 @@
"type_info": "Text"
}
],
"nullable": [
false
],
"nullable": [false],
"parameters": {
"Right": 1
}
Expand Down Expand Up @@ -141,9 +129,7 @@
"type_info": "Text"
}
],
"nullable": [
false
],
"nullable": [false],
"parameters": {
"Right": 1
}
Expand Down Expand Up @@ -194,12 +180,7 @@
"type_info": "Text"
}
],
"nullable": [
false,
false,
false,
false
],
"nullable": [false, false, false, false],
"parameters": {
"Right": 1
}
Expand All @@ -225,13 +206,11 @@
"type_info": "Text"
}
],
"nullable": [
false
],
"nullable": [false],
"parameters": {
"Right": 1
}
},
"query": "SELECT value FROM github_names WHERE id = ?"
}
}
}

0 comments on commit 8740e39

Please sign in to comment.