Skip to content

Commit

Permalink
removed codecov from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitelot committed Sep 11, 2024
1 parent 4a6f9cc commit 6cf9c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
run: |
julia --project=environment --code-coverage=user ${{ github.workspace }}/tests/simulation_test.jl
- name: send results to codecov.io, watching at simulation folder
run: julia --project=environment -e 'using Pkg; using Coverage; Codecov.submit(process_folder("simulation"))'
# - name: send results to codecov.io, watching at simulation folder
# run: julia --project=environment -e 'using Pkg; using Coverage; Codecov.submit(process_folder("simulation"))'

# - name: julia-actions/julia-processcoverage@v1
# uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 6cf9c27

Please sign in to comment.