Skip to content

Commit

Permalink
rm unused deps, use CODECOV token in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Nov 14, 2024
1 parent 67a850d commit ace74cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
5 changes: 0 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ uuid = "4c20a592-b4de-41d1-8706-b02f346981aa"
authors = ["aronStalmarck <aron.stalmarck@gmail.com> and contributors"]
version = "0.1.0"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"

[compat]
Documenter = "0.27"
julia = "1.6"

[extras]
Expand Down

0 comments on commit ace74cc

Please sign in to comment.