Skip to content

Commit de7a7fd

Browse files
authored
Extend test coverage (#505)
* 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
1 parent b023a12 commit de7a7fd

File tree

51 files changed

+870
-355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+870
-355
lines changed

.github/workflows/coverage.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
--health-retries 5
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@stable
4141
- name: Install cargo-nextest
4242
uses: taiki-e/install-action@nextest
@@ -50,6 +50,5 @@ jobs:
5050
- name: Upload coverage to Codecov
5151
uses: codecov/codecov-action@v3
5252
with:
53-
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5453
files: lcov.info
5554
fail_ci_if_error: true

0 commit comments

Comments
 (0)