Skip to content

Commit 83daa48

Browse files
committed
:octocat:
1 parent 3e0a465 commit 83daa48

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
static-code-analysis:
1717
name: "Static Code Analysis"
18-
1918
runs-on: ubuntu-latest
2019

2120
strategy:
@@ -52,9 +51,7 @@ jobs:
5251

5352
build-docs:
5453
name: "Build and publish Docs"
55-
5654
if: github.ref_name == 'main'
57-
5855
runs-on: ubuntu-latest
5956

6057
steps:
@@ -82,9 +79,7 @@ jobs:
8279

8380
tests:
8481
name: "Unit Tests"
85-
8682
needs: static-code-analysis
87-
8883
runs-on: ${{ matrix.os }}
8984

9085
strategy:
@@ -119,6 +114,8 @@ jobs:
119114

120115
- name: "Send code coverage report to Codecov.io"
121116
uses: codecov/codecov-action@v3
117+
with:
118+
files: .build/coverage/clover.xml
122119

123120
- name: "Send code coverage report to Codacy"
124121
uses: codacy/codacy-coverage-reporter-action@v1

0 commit comments

Comments
 (0)