Skip to content

Commit

Permalink
Update main-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benpollarduk authored Dec 19, 2023
1 parent 525a365 commit e77d3ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
mkdir -p ${{ github.workspace }}/build/reports/jacoco/test
cp -r ktaf/build/reports/jacoco/test jacoco-report
if: always()
- name: Upload JaCoCo Test Report
- name: Upload JaCoCo test report
uses: actions/upload-artifact@v3
with:
name: jacoco-report
path: jacoco-report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e77d3ba

Please sign in to comment.