• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaFEM / FEMBase.jl / 254 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 03 Jul 2018 08:31AM UTC
Files 12
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jul 2018 08:24AM UTC coverage: 100.0%. Remained the same
254.1

push

travis-ci

web-flow
New public function write_results! (#26)

`write_results!(analysis, writer)` is a function which is used to implement new results writers for some analysis. Usage example in pseudo-level:

```julia
type XdmfWriter <: AbstractResultsWriter
    # stuff
end

type Dynamics <: AbstractAnalysis
    # stuff
end

function FEMBase.write_results!(analysis::Dynamics, writer::XdmfWriter)
    # fid = open(writer.filename)
    # for problem in get_problems(analysis)
    #     field = problem("displacement", analysis.time)
    #     write(fid, field)
    # end
    return nothing!
end
```

707 of 707 relevant lines covered (100.0%)

16.85 hits per line

Source Files on job 254.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 250
  • Travis Job 254.1
  • 44b89bdc on github
  • Prev Job for on master (#236.1)
  • Next Job for on master (#258.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc