File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
3838 - name : Install python dependencies
3939 run : pip install hwi==2.1.1 protobuf==3.20.1
4040 - name : Test
41- run : cargo test --all-features
41+ run : (cd crates; cargo test --all-features)
4242 - name : Run grcov
4343 run : mkdir coverage; grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '/*' -o ./coverage/lcov.info
4444 - name : Generate HTML coverage report
4545 run : genhtml -o coverage-report.html ./coverage/lcov.info
46- # - name: Coveralls upload
47- # uses: coverallsapp/github-action@master
48- # with:
49- # github-token: ${{ secrets.GITHUB_TOKEN }}
46+ - name : Coveralls upload
47+ uses : coverallsapp/github-action@master
48+ with :
49+ github-token : ${{ secrets.GITHUB_TOKEN }}
5050 - name : Upload artifact
5151 uses : actions/upload-artifact@v2
5252 with :
You can’t perform that action at this time.
0 commit comments