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.
1 parent 3e0a465 commit 83daa48Copy full SHA for 83daa48
.github/workflows/tests.yml
@@ -15,7 +15,6 @@ jobs:
15
16
static-code-analysis:
17
name: "Static Code Analysis"
18
-
19
runs-on: ubuntu-latest
20
21
strategy:
@@ -52,9 +51,7 @@ jobs:
52
51
53
build-docs:
54
name: "Build and publish Docs"
55
56
if: github.ref_name == 'main'
57
58
59
60
steps:
@@ -82,9 +79,7 @@ jobs:
82
79
83
80
tests:
84
81
name: "Unit Tests"
85
86
needs: static-code-analysis
87
88
runs-on: ${{ matrix.os }}
89
90
@@ -119,6 +114,8 @@ jobs:
119
114
120
115
- name: "Send code coverage report to Codecov.io"
121
116
uses: codecov/codecov-action@v3
117
+ with:
118
+ files: .build/coverage/clover.xml
122
123
- name: "Send code coverage report to Codacy"
124
uses: codacy/codacy-coverage-reporter-action@v1
0 commit comments