We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfae01 commit 9e636c8Copy full SHA for 9e636c8
1 file changed
.github/workflows/build-and-test.yml
@@ -23,6 +23,11 @@ jobs:
23
- name: Build and test
24
working-directory: ./
25
run: ./build.sh runTests
26
+ - name: Upload coverage reports to Codecov
27
+ uses: codecov/codecov-action@v5
28
+ with:
29
+ token: ${{ secrets.CODECOV_TOKEN }}
30
+ slug: BioFSharp/BioFSharp.Stats
31
32
build-and-test-windows:
33
@@ -36,4 +41,4 @@ jobs:
36
41
dotnet-version: 8.x.x
37
42
38
43
39
- run: ./build.cmd runTests
44
+ run: ./build.cmd runTests
0 commit comments