Skip to content

Commit

Permalink
Remove codecov files
Browse files Browse the repository at this point in the history
  • Loading branch information
nigeleke committed Dec 8, 2024
1 parent 7210e1a commit d4612ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
cp -R target/doc/* docs0/api
cp -R target/coverage/tarpaulin-report.html docs0/coverage/index.html
cargo tarpaulin --out xml
rm codecov.*
- name: Publish to Codecov
uses: codecov/codecov-action@v5
Expand All @@ -44,6 +43,7 @@ jobs:

- name: Build App
run: |
rm codecov.*
cargo install dioxus-cli
dx build --release
Expand Down

0 comments on commit d4612ea

Please sign in to comment.