Skip to content

Commit

Permalink
Remove duplicate coverage requirement (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullism authored Oct 14, 2024
1 parent c9c03a4 commit fbaa33d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,3 @@ jobs:
with:
add: "coverage.svg coverage.out"
message: "Update coverage.svg and coverage.out"

- name: Convert to LCOV
uses: jandelgado/[email protected]
with:
infile: coverage.out
outfile: lcov.info

- name: Minimum coverage 100%
uses: VeryGoodOpenSource/[email protected]
with:
path: lcov.info
min_coverage: 100

0 comments on commit fbaa33d

Please sign in to comment.