-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
50 changed files
with
195,523 additions
and
7,170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
tests/data/db/create/txs/latest/** filter=lfs diff=lfs merge=lfs -text | ||
tests/data/vars/*.vcf* | ||
tests/data/vars/*.tsv* | ||
*.bin filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,12 @@ jobs: | |
needs: Formatting | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- label: fast | ||
- label: full | ||
|
||
services: | ||
# The tests need a postgres server; the data will be loaded later | ||
# after checkout. | ||
|
@@ -109,10 +115,19 @@ jobs: | |
with: | ||
version: 0.21.0 | ||
args: "-- --test-threads 1" | ||
if: ${{ matrix.label == 'fast' }} | ||
|
||
- name: Run cargo-tarpaulin with full tests | ||
uses: actions-rs/[email protected] | ||
with: | ||
version: 0.21.0 | ||
args: "--release --timeout=180 -- --include-ignored" | ||
if: ${{ matrix.label == 'full' }} | ||
|
||
- name: Codecov submission of fast test results | ||
uses: codecov/codecov-action@v3 | ||
with: | ||
verbose: true | ||
fail_ci_if_error: true | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
if: ${{ matrix.label == 'fast' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
/target | ||
#/Cargo.lock | ||
|
||
*:Zone.Identifier | ||
|
||
*~ | ||
.*.sw? | ||
/.vscode | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.