Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Mar 5, 2024
1 parent 62a80b4 commit 47063e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,20 @@ jobs:
with:
annotate: true
coverage: true
env:
TRIXIPARTICLES_TEST: unit
- name: Process coverage results
uses: julia-actions/julia-processcoverage@v1
with:
directories: src,test
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
with:
files: lcov.info
fail_ci_if_error: true
flags: unit
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

run_example_tests:
needs: run_unit_tests
Expand All @@ -81,3 +88,5 @@ jobs:
with:
annotate: true
coverage: false
env:
TRIXIPARTICLES_TEST: examples
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CSV = "0.10"
CairoMakie = "0.20"
CairoMakie = "0.11"
DataFrames = "1.6"
GLM = "1.9"
Glob = "1.3"
Expand Down

0 comments on commit 47063e4

Please sign in to comment.