Skip to content

Commit

Permalink
lha
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed May 3, 2024
1 parent 6a3d6f1 commit 069b41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

env:
#RUSTFLAGS: -D warnings
AFF_TEST_DATA_PW: ${{ secrets.AFF_TEST_DATA_PW }}
CARGO_TERM_COLOR: always
steps:
- name: Checkout
Expand All @@ -37,7 +36,7 @@ jobs:
${{ runner.os }}-lfs-
- name: ls checkout
run: ls tests/test-data
run: ls -lha tests/test-data

- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -61,5 +60,6 @@ jobs:
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
AFF_TEST_DATA_PW: ${{ secrets.AFF_TEST_DATA_PW }}
with:
files: lcov.info

0 comments on commit 069b41d

Please sign in to comment.