Skip to content

Commit

Permalink
remove old output
Browse files Browse the repository at this point in the history
  • Loading branch information
javdl committed Jan 7, 2025
1 parent f8b2a02 commit 2653430
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 6,083 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,13 @@ jobs:
with:
name: fashionunited
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
skipPush: true

- name: Run unit tests with coverage
run: |
# Retry logic for nix develop
max_attempts=3
attempt=1
while [ $attempt -le $max_attempts ]; do
if nix \
nix \
--extra-experimental-features "nix-command flakes" \
develop \
--command bash -c "cargo install cargo-tarpaulin && cargo tarpaulin --out lcov --output-dir coverage"; then
break
fi
echo "Attempt $attempt failed. Waiting before retry..."
sleep 30
attempt=$((attempt + 1))
done
if [ $attempt -gt $max_attempts ]; then
echo "All attempts failed"
exit 1
fi
--command bash -c "cargo install cargo-tarpaulin && cargo tarpaulin --out lcov --output-dir coverage"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
Expand Down
154 changes: 0 additions & 154 deletions output/combined_marketcaps_20241211_085350.csv

This file was deleted.

Empty file.
101 changes: 0 additions & 101 deletions output/combined_marketcaps_20241211_092746.csv

This file was deleted.

100 changes: 0 additions & 100 deletions output/combined_marketcaps_20241211_092837.csv

This file was deleted.

154 changes: 0 additions & 154 deletions output/combined_marketcaps_20241211_102142.csv

This file was deleted.

154 changes: 0 additions & 154 deletions output/combined_marketcaps_20250106_112653.csv

This file was deleted.

Empty file.
154 changes: 0 additions & 154 deletions output/combined_marketcaps_20250106_115249.csv

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions output/eu_marketcaps_20241205_152608.csv

This file was deleted.

Loading

0 comments on commit 2653430

Please sign in to comment.