@@ -72,17 +72,17 @@ jobs:
7272
7373 - uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
7474 - name : Test Jvm
75- run : ./gradlew jvmTest mobiuskt-codegen:test checkLegacyAbi # koverXmlReport
75+ run : ./gradlew jvmTest mobiuskt-codegen:test checkLegacyAbi koverXmlReport
7676
7777 - name : Test Linux Target
7878 run : ./gradlew linuxX64Test
7979
80- # - name: Archive Reports
81- # uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
82- # if: ${{ always() }}
83- # with:
84- # name: kover-report
85- # path: "build/reports/kover/report.xml"
80+ - name : Archive Reports
81+ uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
82+ if : ${{ always() }}
83+ with :
84+ name : kover-report
85+ path : " build/reports/kover/report.xml"
8686
8787 - name : Archive Test Results
8888 uses : actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
@@ -116,20 +116,20 @@ jobs:
116116 name : test-results-js
117117 path : ' **/TEST-*.xml'
118118
119- # upload-kover-reports:
120- # runs-on: ubuntu-latest
121- # needs: [ linux-tests ]
122- # steps:
123- # - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
124- # - name: Download kover reports
125- # uses: actions/download-artifact@de96f4613b77ec03b5cf633e7c350c32bd3c5660
126- # with:
127- # name: kover-report
128- # - run: ls -la
129- # - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
130- # with:
131- # token: ${{ secrets.CODECOV_TOKEN }}
132- # files: "report.xml"
119+ upload-kover-reports :
120+ runs-on : ubuntu-latest
121+ needs : [ linux-tests ]
122+ steps :
123+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
124+ - name : Download kover reports
125+ uses : actions/download-artifact@de96f4613b77ec03b5cf633e7c350c32bd3c5660
126+ with :
127+ name : kover-report
128+ - run : ls -la
129+ - uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
130+ with :
131+ token : ${{ secrets.CODECOV_TOKEN }}
132+ files : " report.xml"
133133
134134 upload-junit-results :
135135 runs-on : ubuntu-latest
0 commit comments