Skip to content

Commit

Permalink
Generate some coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Oct 10, 2024
1 parent 24ec46b commit 8ed62d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ steps:
codecov: true
command: |
julia --version
julia --code-coverage=@ --project=. -e 'using Pkg; Pkg.instantiate()'
julia --code-coverage=@ --project=. -e 'using Ferrite; generate_grid(Triangle, (2, 2))'
agents:
queue: "juliagpu"
cuda: "*"
Expand Down

0 comments on commit 8ed62d5

Please sign in to comment.