File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ CI must pass on your changes for them to be merged.
29
29
30
30
CI will ensure your code is formatted correctly, passes linting and tests.
31
31
It will collect coverage and report it to [ codecov] ( https://codecov.io/gh/nhooyr/websocket )
32
- and also upload a ` out/coverage.html ` artifact that you can click on to interactively
33
- browse coverage.
32
+ and also upload a ` coverage ` artifact that you can download to inspect browse coverage.
34
33
35
34
You can run CI locally. The various steps are located in [ ci/\* .sh] ( ../ci ) .
36
35
Original file line number Diff line number Diff line change 22
22
- run : ./ci/test.sh
23
23
env :
24
24
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
25
+ - name : Upload coverage.html
26
+ uses : actions/upload-artifact@master
27
+ with :
28
+ name : coverage
29
+ path : ci/out/coverage.html
25
30
wasm :
26
31
runs-on : ubuntu-latest
27
32
container : docker://nhooyr/websocket-ci@sha256:b6331f8f64803c8b1bbd2a0ee9e2547317e0de2348bccd9c8dbcc1d88ff5747f
You can’t perform that action at this time.
0 commit comments