Skip to content

Commit 6ec4872

Browse files
attempt code coverage
1 parent c8a52f0 commit 6ec4872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
using Pkg
2626
Pkg.develop(PackageSpec(path="/home/runner/work/DistributionFunctions.jl/DistributionFunctions.jl"))'
2727
julia --project=df test/runtests.jl
28-
28+
- name: Upload coverage reports to Codecov
29+
uses: codecov/codecov-action@v4.0.1
30+
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}
2932

3033

0 commit comments

Comments
 (0)