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 02adeef commit d6dd167Copy full SHA for d6dd167
.github/workflows/moxunit.yml
@@ -6,7 +6,7 @@ on:
6
- master
7
pull_request:
8
branches: '*'
9
-
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
@@ -15,14 +15,15 @@ jobs:
15
with:
16
submodules: true
17
fetch-depth: 1
18
- - uses: agahkarakuzu/moxunit-action@master
+ - name: MOxUnit Action
19
+ uses: joergbrech/[email protected]
20
- src: src
21
+ tests: tests
22
with_coverage: true
23
cover_xml_file: coverage.xml
- - uses: codecov/codecov-action@v1
24
+ - name: Code coverage
25
+ uses: codecov/codecov-action@v1
26
- token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
27
file: coverage.xml # optional
28
flags: unittests # optional
29
name: codecov-umbrella # optional
0 commit comments