Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up code coverage properly #740

Merged
merged 18 commits into from
Dec 6, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wtf
Signed-off-by: clux <sszynrae@gmail.com>
clux committed Dec 5, 2021
commit db1964728b748de189a4d5706e830c9c5f326876
8 changes: 3 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -22,13 +22,11 @@ jobs:
with:
cluster-name: "test-cluster-1"
args: >-
-p "8083:80@agent:0:direct"
-p "8443:443@agent:0:direct"
-p "5053:53/udp@agent:0:direct"
--agents 1
--no-lb
--image docker.io/rancher/k3s:v1.20.4-k3s1
--image docker.io/rancher/k3s:v1.22.4-k3s1
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*"

#--no-lb
- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with: