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

Open-MSS / MSS / 8098119825 / 1
70%
develop: 70%

Build:
DEFAULT BRANCH: develop
Ran 29 Feb 2024 03:10PM UTC
Files 104
Run time 4s
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

29 Feb 2024 03:03PM UTC coverage: 69.982% (+0.2%) from 69.779%
8098119825.1

push

github

web-flow
Simplify GitHub Actions workflows (#2173)

This removes a bit of unnecessary code. The resulting workflows should
do effectively the same as before. The changes and reasoning are these:
- remove `success()` in `if:` blocks, since that is the implicit default
- replace `source` and `activate` calls with just `mamba run`, because
  that is more concise and readable
- remove ineffective `inputs:` definition for pull_request event,
  because it does nothing
- remove the specification of bash as the shell, since the default of
  `sh` works just fine
- rearrange shell invocations to remove unnecessary backslashes, because
  I find that to be much more pleasant to read
- replace `always()` with `!cancelled()` in `if:`, since the first would
  even run if the workflow is manually cancelled
- move trusting the git repository to the location where it is needed
- do not hardcode specific GSoC branches
- remove unused env variables

13813 of 19738 relevant lines covered (69.98%)

0.7 hits per line

Source Files on job 8098119825.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8098119825
  • 138390f7 on github
  • Prev Job for on develop (#8082275761.1)
  • Next Job for on develop (#8109467490.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