Skip to content

Commit

Permalink
Extend test coverage (#505)
Browse files Browse the repository at this point in the history
* increase test coverage

* add error for compact sequence, add serialize test

* change imports

* add dns verifier tests

* disable codecov comments

* add tests to id conversion

* use actual fqdn

* rm unused line

* use checkout v4

* add support for multiple digests, extend testing

* add test for missing header, use oneshot where possible

* move tests

* add redis test

* add graphql tests

* order tests

* up

* add decode test

* add encode and serialise tests, use btreeset for determinism

* test to_owned impl

* rename test
  • Loading branch information
aumetra authored Mar 21, 2024
1 parent b023a12 commit de7a7fd
Show file tree
Hide file tree
Showing 51 changed files with 870 additions and 355 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
Expand All @@ -50,6 +50,5 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info
fail_ci_if_error: true
Loading

0 comments on commit de7a7fd

Please sign in to comment.