We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54dda86 + 1816017 commit 0a4851eCopy full SHA for 0a4851e
.github/workflows/ci.yml
@@ -135,10 +135,10 @@ jobs:
135
136
- name: Generate code coverage
137
run: |
138
- cargo +nightly tarpaulin --config .tarpaulin.toml
+ cargo tarpaulin
139
140
- name: Upload to codecov.io
141
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
142
with:
143
token: ${{secrets.CODECOV_TOKEN}}
144
fail_ci_if_error: true
.tarpaulin.toml
@@ -33,11 +33,10 @@ exclude = [
33
"swimos_agent_derive",
34
"macro_utilities",
35
]
36
-
37
workspace = true
38
avoid-cfg-tarpaulin = true
39
profile = "ci"
40
ignore-tests = true
41
-output = ["xml"]
+out = ["Xml"]
42
timeout = "600s"
43
all-features = true
0 commit comments