Skip to content

Commit

Permalink
Move coverage from checks to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil committed Apr 8, 2024
1 parent 91067f9 commit 1382e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 1382e22

Please sign in to comment.