Skip to content

Commit

Permalink
Add coverage for upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Oct 5, 2024
1 parent b2c4e97 commit 783ecc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/Upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ jobs:
PackageSpec(name="TranscodingStreams"),
])
Pkg.update()
Pkg.test("CodecZstd")
Pkg.test("CodecZstd"; coverage=true)
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info

0 comments on commit 783ecc9

Please sign in to comment.