mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Move coverage from checks to test
This commit is contained in:
parent
91067f9545
commit
1382e227ec
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -65,10 +65,6 @@ jobs:
|
||||
if: always()
|
||||
run: bin/check/generated.sh
|
||||
|
||||
- name: Coverage
|
||||
if: always()
|
||||
run: bin/check/coverage.sh
|
||||
|
||||
- name: Rustfmt
|
||||
if: always()
|
||||
run: bin/check/rustfmt.sh
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -87,6 +87,8 @@ jobs:
|
||||
echo "PATH=${PWD}/target/release:$PATH" >> "${GITHUB_ENV}"
|
||||
- name: Integration Tests
|
||||
run: bin/test/test_integ.sh
|
||||
- name: Coverage
|
||||
run: bin/check/coverage.sh
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
if: ${{ always() }}
|
||||
|
Loading…
Reference in New Issue
Block a user