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

Open-MSS / MSS / 8098119825
70%

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

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

Jobs
ID Job ID Ran Files Coverage
1 8098119825.1 29 Feb 2024 03:10PM UTC 0
69.98
Source Files on build 8098119825
Detailed source file information is not available for this build.
  • Back to Repo
  • 138390f7 on github
  • Prev Build on develop (#8082275761)
  • Next Build on develop (#8109467490)
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