Skip to content

Commit

Permalink
Updated Carbon to v0.3-alpha + try to show test execution summary
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Jun 16, 2024
1 parent ccecf19 commit 1ca25c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
run: make editor -j$(nproc)
- name: test
run: make check -j$(nproc)
- name: test-results-report
if: ${{ always() }}
uses: test-summary/action@v2
with:
paths: carbon_results.xml
- name: test-coverage-report
uses: codecov/codecov-action@v4.0.1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sparky
sparky_debug
assets.skap
assets.skap.old
carbon_results.xml
2 changes: 1 addition & 1 deletion vendor/carbon

0 comments on commit 1ca25c8

Please sign in to comment.