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

collective / collective.clamav / 9683188832
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: config-with-default-template-a89af8f2
DEFAULT BRANCH: master
Ran 26 Jun 2024 04:20PM UTC
Jobs 1
Files 13
Run time 1min
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

26 Jun 2024 04:13PM UTC coverage: 87.963% (-0.1%) from 88.073%
9683188832

Pull #12

github

mauritsvanrees
GitHub Actions: do not run the 'test' job'.

It fails because the `clamav` daemon is not running.
The `ci.yml` file has a few lines of code that we would need to run:

```
sudo apt-get -y install clamav clamav-daemon clamav-freshclam clamav-unofficial-sigs
sudo bash -c 'echo -e "TCPSocket 3310\nLocalSocket /tmp/clamd.socket\n$(cat /etc/clamav/clamd.conf)" > /etc/clamav/clamd.conf'
sudo freshclam -l /tmp/freshclam.log
sudo systemctl start clamav-daemon.service
sudo systemctl status clamav-daemon.service
head /etc/clamav/clamd.conf
```

For installing extra packages we could use the `os-packages` input, but there is currently no hook in plone/meta for running arbitrary commands.
Pull Request #12: Update to plone meta and Plone6

83 of 101 new or added lines in 11 files covered. (82.18%)

1 existing line in 1 file now uncovered.

285 of 324 relevant lines covered (87.96%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9683188832.1 26 Jun 2024 04:20PM UTC 0
87.96
GitHub Action Run
Source Files on build 9683188832
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #12
  • PR Base - master (#509493476)
  • Delete
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