File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
-
run :
go install gotest.tools/[email protected]
21
21
- run : gotestsum -- -cover -coverprofile=coverage.out -v -mod=readonly ./...
22
- - uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2
22
+ - uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
23
23
with :
24
24
files : ./coverage.out
25
25
flags : unittests,golang
41
41
export NODE_ENV=test
42
42
bin/web --frozen-lockfile
43
43
bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage
44
- - uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2
44
+ - uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
45
45
with :
46
46
directory : ./web/app/coverage
47
47
flags : unittests,javascript
58
58
- shell : bash
59
59
run : mkdir -p target && cd target && bin/scurl -v https://github.com/xd009642/tarpaulin/releases/download/0.27.3/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz | tar zxvf - && chmod 755 cargo-tarpaulin
60
60
- run : target/cargo-tarpaulin tarpaulin --workspace --out Xml
61
- - uses : codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2
61
+ - uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
62
62
with :
63
63
flags : unittests,rust
You can’t perform that action at this time.
0 commit comments